mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-04-19 12:19:43 +00:00
Debug CI
This commit is contained in:
parent
930e5a2529
commit
61eeec2421
3 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
archlinux:
|
||||
image: "archlinux:base-devel"
|
||||
before_script:
|
||||
- pacman -Sy cmake --noconfirm --needed
|
||||
- pacman -Sy cmake git --noconfirm --needed
|
||||
script:
|
||||
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL:ON ../ && make && ctest
|
||||
- git submodule init && git submodule update
|
||||
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL=ON ../ && make && ctest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue