From 930e5a2529ffc0068d7f08fbd32019f6d1892058 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 19 Jan 2023 15:53:11 +0100 Subject: [PATCH] Debug CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 709f835..e41795f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,4 +3,4 @@ archlinux: before_script: - pacman -Sy cmake --noconfirm --needed script: - - mkdir build && cd build && cmake ../ -DCOMPILE_TESTS:BOOL:ON && make && ctest + - mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL:ON ../ && make && ctest