This commit is contained in:
Loic Guegan 2023-01-19 15:53:11 +01:00
parent 81f06cb209
commit 930e5a2529

View file

@ -3,4 +3,4 @@ archlinux:
before_script:
- pacman -Sy cmake --noconfirm --needed
script:
- mkdir build && cd build && cmake ../ -DCOMPILE_TESTS:BOOL:ON && make && ctest
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL:ON ../ && make && ctest