From 9ca08619704daecf5c58ece27dc6aefbeefab575 Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Wed, 24 Feb 2021 15:42:15 +1100 Subject: [PATCH] ci --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ae8516..1b143df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ buildStatic: script: - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o . -- --d:release --threads:on - ls -l ./src - - sh tests/test.sh artifacts: paths: - ./src/sscocaller @@ -28,7 +27,7 @@ testUbuntu: stage: testStatic script: - ./src/sscocaller -h - + - sh tests/test.sh testDebian: tags: - docker -- GitLab