This commit is contained in:
Loic Guegan 2023-01-19 15:54:06 +01:00
parent 3a4af94254
commit 7125292878

View file

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