]> njoseph.me Git - nimcoon.git/blobdiff - .gitlab-ci.yml
Bump version and update changelog
[nimcoon.git] / .gitlab-ci.yml
index a87da85c8a7f1b644bee64b8c0d1a228b0e8bf2a..f7727daf6c95ad46e233ea27fec118246b15c01a 100644 (file)
@@ -2,17 +2,17 @@ image: nimlang/nim:latest
 
 stages:
   - test
-  - build
+  - publish
 
 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