mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-04-19 12:19:43 +00:00
Integrate Chess Move Interface
This commit is contained in:
parent
da88575493
commit
81f06cb209
7 changed files with 39 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue