]> njoseph.me Git - nimcoon.git/blame - .gitlab-ci.yml
Turns out both vlc and mpv have similar options!
[nimcoon.git] / .gitlab-ci.yml
CommitLineData
0ce6e992
JN
1image: nimlang/nim:latest
2
3stages:
4 - build
5
6compile:
7 stage: build
8 script:
aaeaf00b 9 - nim c -d:ssl -d:release nimcoon.nim && strip nimcoon
0ce6e992
JN
10 artifacts:
11 paths:
3c20e75c 12 - nimcoon