X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/a2f24b3b373759b96a6587233a49007b7b8223e8..2a97409a93fad6c907239211eb5730e73f9b1183:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4dc78b..f7727da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,12 +7,12 @@ stages: 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