mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-04-19 12:19:43 +00:00
Cleaning tests
This commit is contained in:
parent
af333f9ff1
commit
5d4a7d66cb
7 changed files with 33 additions and 8 deletions
|
@ -3,4 +3,4 @@ archlinux:
|
|||
before_script:
|
||||
- pacman -Sy base-devel cmake --noconfirm --needed
|
||||
script:
|
||||
- mkdir build && cd build && cmake ../ && make && make test && ctest
|
||||
- mkdir build && cd build && cmake ../ && make && make test && cd tests && ./pgnp_tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue