diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 16:05:19 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-19 16:05:19 +0100 |
| commit | 61eeec24217c183b22802924a2939eed00829a48 (patch) | |
| tree | 5afff9f47d19a3e0d671e68f2298963aec38842d | |
| parent | 930e5a2529ffc0068d7f08fbd32019f6d1892058 (diff) | |
Debug CI
| -rw-r--r-- | .gitlab-ci.yml | 5 | ||||
| -rw-r--r-- | .gitmodules | 2 | ||||
| m--------- | libs/chess-move-interface | 0 |
3 files changed, 4 insertions, 3 deletions
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 -Subproject 3a4af94254d21e51ae260ad71fcc605ebb7e734 +Subproject 7125292878ffc3568018e1e509c9210a074c67a |
