From 03814d62d7e759b20a7fd270709f5360040b8645 Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Fri, 22 Jan 2021 17:34:24 +1100 Subject: [PATCH] update CI --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6798779..b95635b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ default: stages: - buildStatic - - release + - testStatic variables: before_script: @@ -19,6 +19,14 @@ buildStatic: - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o . -- --d:release --threads:on - ls -l ./src +testUbuntu: + tags: + - docker + image: ubuntu + stage: testStatic + script: + - ./src/sscocaller -h + #release: -- GitLab