X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/d65a1dcf24e9c17cea89385c78b1c39c314f0f97..2a97409a93fad6c907239211eb5730e73f9b1183:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5efc71..f7727da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,15 @@ stages: - test - publish -compile: +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