X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/c8812b680092eea171bcbd3a0c025467031b74e2..d65a1dcf24e9c17cea89385c78b1c39c314f0f97:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 727e2f2..e5efc71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,14 @@ image: nimlang/nim:latest stages: - - build + - test + - publish compile: - stage: build + stage: test + script: + - nim c -d:ssl -r tests + stage: publish script: - nim c -d:ssl -d:release nimcoon.nim && strip nimcoon artifacts: