This commit is contained in:
Loic Guegan 2023-01-19 16:05:19 +01:00
parent 930e5a2529
commit 61eeec2421
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
archlinux:
image: "archlinux:base-devel"
before_script:
- pacman -Sy cmake --noconfirm --needed
- pacman -Sy cmake git --noconfirm --needed
script:
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL:ON ../ && make && ctest
- git submodule init && git submodule update
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL=ON ../ && make && ctest