From 4425e517dbbb7e0c1ddd258c477ce371398f7fe4 Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Wed, 15 Dec 2021 11:16:46 +1100 Subject: [PATCH] update CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d16152..2d13985 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,11 +15,11 @@ buildStatic: image: svirlyu/sscocaller_nsb stage: buildStatic script: - - /usr/local/bin/nsb -s ./src/sgcocaller.nim -n sgcocaller.nimble -o ./src -- --d:release --threads:on + - /usr/local/bin/nsb -s ./src/sgcocaller.nim -n sgcocaller.nimble -o ../ -- --d:release --threads:on - ls -l ./src artifacts: paths: - - ./src/sgcocaller + - ./sgcocaller testUbuntu: tags: -- GitLab