CI: run basic modules only in FreeBSD

This commit is contained in:
李通洲 2023-12-08 10:58:11 +08:00
parent 77cc0c61d7
commit 4925222dab
No known key found for this signature in database
GPG Key ID: 269AD4F5325A22A3
2 changed files with 3 additions and 2 deletions

View File

@ -215,8 +215,8 @@ jobs:
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
cmake --build . --target package --verbose
./fastfetch --list-features
time ./fastfetch -c presets/ci.jsonc
time ./fastfetch -c presets/ci.jsonc --format json
time ./fastfetch
time ./fastfetch --format json
time ./flashfetch
ldd fastfetch
ctest

View File

@ -35,6 +35,7 @@
"terminalfont",
"terminalsize",
"cpu",
"cpuusage",
"gpu",
"memory",
"swap",