From 8db5b07c212c497d3b082a68df0a6e1b1a2f3842 Mon Sep 17 00:00:00 2001 From: rlyu <rlyu@svi.edu.au> Date: Thu, 21 Jan 2021 13:45:17 +1100 Subject: [PATCH] add CI --- .gitlab-ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..d0d24b4 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,20 @@ +default: + image: svirlyu/sscocaller_nsb + +stages: + - buildStatic + +variables: + +before_script: + + + +buildStatic: + tags: + - docker + image: svirlyu/sscocaller_nsb + stage: buildStatic + script: + - /usr/local/bin/nsb -s ./src/sscocaller.nim -n sscocaller.nimble -o /mnt/src -- --d:release --threads:on + -- GitLab