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 /.gitlab-ci.yml | |
| parent | 930e5a2529ffc0068d7f08fbd32019f6d1892058 (diff) | |
Debug CI
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 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 |
