Update CI

This commit is contained in:
Loic Guegan 2023-05-02 18:28:55 +02:00
parent 12e8dd86f4
commit d98879e559

View file

@ -3,6 +3,6 @@ archlinux:
before_script:
- pacman -Sy base-devel cmake wget --noconfirm --needed
script:
- mkdir build && cd build && cmake ../ && make && cd ../
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL=ON ../ && make && cd ../
- ./tests/stockfish.sh && ./tests/berserk.sh
- cd build && ctest