]> njoseph.me Git - nimcoon.git/blobdiff - .gitlab-ci.yml
Turns out both vlc and mpv have similar options!
[nimcoon.git] / .gitlab-ci.yml
index 6f1c9971210eb129487ed5fa08edb15f481e3b10..727e2f2f3f5729d076652a36f70fc14ddca2c776 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 nimcoon.nim && strip nimcoon
   artifacts:
     paths:
-      - clitube
+      - nimcoon