]> njoseph.me Git - nimcoon.git/blobdiff - .gitlab-ci.yml
Turns out both vlc and mpv have similar options!
[nimcoon.git] / .gitlab-ci.yml
index b896d936533a46cb89029b2281628dca0eeba437..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:
-      - cli_tube
+      - nimcoon