]> njoseph.me Git - nimcoon.git/blobdiff - .gitlab-ci.yml
Bump version and update changelog
[nimcoon.git] / .gitlab-ci.yml
index 9c9899f4ee769a3a53c20b4dbb0283a95f7631ce..f7727daf6c95ad46e233ea27fec118246b15c01a 100644 (file)
@@ -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