diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-24 18:32:05 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-01-24 18:32:05 +0100 |
| commit | 5d4a7d66cba27b946ac155983d8b1710b353aaae (patch) | |
| tree | 59fabec41c90c061695f6f8925cfdef470053d47 /.gitlab-ci.yml | |
| parent | af333f9ff1c5e7e31d69f58e4559a14cdcfa4f9d (diff) | |
Cleaning tests
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b14b443..7add331 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 && ctest + - mkdir build && cd build && cmake ../ && make && make test && cd tests && ./pgnp_tests |
