1
0
mirror of https://git.sr.ht/~thestr4ng3r/chiaki synced 2025-03-12 05:25:23 -07:00

Enable CLI in CI

This commit is contained in:
Florian Märkl 2021-04-11 15:11:56 +02:00
parent e2e29b0d12
commit 8ad6549d8b

@ -17,6 +17,7 @@ packages:
- sdl2-dev
- docker
- fuse
- argp-standalone
artifacts:
- chiaki.nro
@ -29,7 +30,7 @@ tasks:
sudo service fuse start # Fuse for AppImages
- local_build_and_test: |
cd chiaki
cmake -Bbuild -GNinja
cmake -Bbuild -GNinja -DCHIAKI_ENABLE_CLI=ON -DCHIAKI_ENABLE_GUI=ON -DCHIAKI_CLI_ARGP_STANDALONE=ON
ninja -C build
build/test/chiaki-unit
- appimage: |