]> njoseph.me Git - nimcoon.git/blobdiff - .gitlab-ci.yml
Use stderr.writeLine to print error messages
[nimcoon.git] / .gitlab-ci.yml
index b896d936533a46cb89029b2281628dca0eeba437..e9d949b3a0a08b8a8ce9f9a462cb99b2ca11c606 100644 (file)
@@ -6,7 +6,7 @@ stages:
 compile:
   stage: build
   script:
-    - nim c -d:ssl -d:release cli_tube.nim
+    - nim c -d:ssl -d:release clitube.nim
   artifacts:
     paths:
-      - cli_tube
+      - clitube