]> njoseph.me Git - nimcoon.git/blame - .gitlab-ci.yml
Dropping the underscore - we're clitube now!
[nimcoon.git] / .gitlab-ci.yml
CommitLineData
0ce6e992
JN
1image: nimlang/nim:latest
2
3stages:
4 - build
5
6compile:
7 stage: build
8 script:
9 - nim c -d:ssl -d:release cli_tube.nim
10 artifacts:
11 paths:
68fd8100 12 - clitube