X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/3ba7018e57814f0f382d798931215619ae1783a8..427e87f9d63a2514a8f31ba915e934fcab8399a2:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c9899f..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 -d:quick --passc:-flto nimcoon.nim && strip nimcoon + - nimble build && strip nimcoon artifacts: paths: - nimcoon