X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/blobdiff_plain/c79a62058c3a733c0360f34ec28981ddcc25bc85..2a97409a93fad6c907239211eb5730e73f9b1183:/.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