Initialize project

This commit is contained in:
Loic Guegan 2022-01-30 20:19:02 +01:00
commit f5d9fe6211
17 changed files with 22455 additions and 0 deletions

8
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,8 @@
archlinux:
image: "archlinux:latest"
before_script:
- pacman -Sy base-devel cmake wget --noconfirm --needed
script:
- mkdir build && cd build && cmake ../ && make && cd ../
- ./tests/stockfish.sh && ./tests/berserk.sh
- cd build && ctest