Integrate Chess Move Interface

This commit is contained in:
Loic Guegan 2023-01-19 15:51:12 +01:00
parent da88575493
commit 81f06cb209
7 changed files with 39 additions and 8 deletions

View file

@ -3,4 +3,4 @@ archlinux:
before_script:
- pacman -Sy cmake --noconfirm --needed
script:
- mkdir build && cd build && cmake ../ && make && ctest
- mkdir build && cd build && cmake ../ -DCOMPILE_TESTS:BOOL:ON && make && ctest