mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-19 21:13:12 -07:00
Enable CLI in CI
This commit is contained in:
parent
2b4a7426ff
commit
a44000ea2b
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ packages:
|
||||||
- sdl2-dev
|
- sdl2-dev
|
||||||
- docker
|
- docker
|
||||||
- fuse
|
- fuse
|
||||||
|
- argp-standalone
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- chiaki.nro
|
- chiaki.nro
|
||||||
|
@ -29,7 +30,7 @@ tasks:
|
||||||
sudo service fuse start # Fuse for AppImages
|
sudo service fuse start # Fuse for AppImages
|
||||||
- local_build_and_test: |
|
- local_build_and_test: |
|
||||||
cd chiaki
|
cd chiaki
|
||||||
cmake -Bbuild -GNinja
|
cmake -Bbuild -GNinja -DCHIAKI_ENABLE_CLI=ON -DCHIAKI_ENABLE_GUI=ON -DCHIAKI_CLI_ARGP_STANDALONE=ON
|
||||||
ninja -C build
|
ninja -C build
|
||||||
build/test/chiaki-unit
|
build/test/chiaki-unit
|
||||||
- appimage: |
|
- appimage: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue