mirror of
https://gitlab.com/manzerbredes/pgnp.git
synced 2025-04-05 17:46:25 +02: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:
|
archlinux:
|
||||||
image: "archlinux:base-devel"
|
image: "archlinux:base-devel"
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Sy cmake --noconfirm --needed
|
- pacman -Sy cmake git --noconfirm --needed
|
||||||
script:
|
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
|
||||||
|
|
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "libs/chess-move-interface"]
|
[submodule "libs/chess-move-interface"]
|
||||||
path = libs/chess-move-interface
|
path = libs/chess-move-interface
|
||||||
url = git@gitlab.com:manzerbredes/chess-move-interface.git
|
url = https://gitlab.com/manzerbredes/chess-move-interface.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3a4af94254d21e51ae260ad71fcc605ebb7e734e
|
Subproject commit 7125292878ffc3568018e1e509c9210a074c67a6
|
Loading…
Add table
Reference in a new issue