]> njoseph.me Git - nimcoon.git/blobdiff - .gitlab-ci.yml
update TODO list
[nimcoon.git] / .gitlab-ci.yml
index e5efc7163133748eb7c7805cb354fb8c6e263211..f7727daf6c95ad46e233ea27fec118246b15c01a 100644 (file)
@@ -4,13 +4,15 @@ stages:
   - test
   - publish
 
-compile:
+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