aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-01-24 18:34:08 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-01-24 18:34:08 +0100
commitbdd879586efd906e10f07663e99b20027f7bb8ad (patch)
tree95e1ea96ca1ffcf5f93ff4c07a2d6c49914689e9 /.gitlab-ci.yml
parent5d4a7d66cba27b946ac155983d8b1710b353aaae (diff)
Debug CI
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 7add331..748ac57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,4 +3,4 @@ archlinux:
before_script:
- pacman -Sy base-devel cmake --noconfirm --needed
script:
- - mkdir build && cd build && cmake ../ && make && make test && cd tests && ./pgnp_tests
+ - mkdir build && cd build && cmake ../ && make && cd tests && ./pgnp_tests