uciadapter/.gitlab-ci.yml
2023-05-02 18:28:55 +02:00

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