mirror of
https://gitlab.com/manzerbredes/uciadapter.git
synced 2025-04-05 17:46:27 +02:00
8 lines
284 B
YAML
8 lines
284 B
YAML
archlinux:
|
|
image: "archlinux:latest"
|
|
before_script:
|
|
- pacman -Sy base-devel cmake wget --noconfirm --needed
|
|
script:
|
|
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL=ON ../ && make && cd ../
|
|
- ./tests/stockfish.sh && ./tests/berserk.sh
|
|
- cd build && ctest
|