This commit is contained in:
Loic Guegan 2023-01-19 16:05:19 +01:00
parent 930e5a2529
commit 61eeec2421
3 changed files with 5 additions and 4 deletions

View file

@ -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
View file

@ -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