summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-05-02 18:27:46 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-05-02 18:27:46 +0200
commit987bf4b2f2e9cf3ed20c5e39e308e714c0127fc6 (patch)
tree036522f7457eb31364c3a276bb468be9924e0766 /.gitlab-ci.yml
parent27116f3b1524b977a488d27a64bbcd401540b8c1 (diff)
Switch to STATIC library and improve CMake integration
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 014eeb4..f31c373 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 ../ && make && ctest
+ - mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL=ON ../ && make && ctest