diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..d0d24b497dfb905ac5e6a72d74f308fe93d89014 --- /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 +