diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e41795f..cc47639 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitmodules b/.gitmodules index 704f939..6e0400b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "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 diff --git a/libs/chess-move-interface b/libs/chess-move-interface index 3a4af94..7125292 160000 --- a/libs/chess-move-interface +++ b/libs/chess-move-interface @@ -1 +1 @@ -Subproject commit 3a4af94254d21e51ae260ad71fcc605ebb7e734e +Subproject commit 7125292878ffc3568018e1e509c9210a074c67a6