mirror of
https://gitlab.com/manzerbredes/uciadapter.git
synced 2025-04-05 17:46:27 +02:00
Update CI
This commit is contained in:
parent
12e8dd86f4
commit
d98879e559
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue