X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/3b9d57fc1d53a4dc32fe4a2ee636f2bc488e9a61..2a97409a93fad6c907239211eb5730e73f9b1183:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a87da85..f7727da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,17 +2,17 @@ image: nimlang/nim:latest stages: - test - - build + - publish run-unit-tests: stage: test script: - - nim c -d:ssl -r tests + - nimble test publish-artifacts: stage: publish script: - - nim c -d:ssl -d:release nimcoon.nim && strip nimcoon + - nimble build && strip nimcoon artifacts: paths: - nimcoon