]> njoseph.me Git - nimcoon.git/blame - .gitlab-ci.yml
Modularity and Tests
[nimcoon.git] / .gitlab-ci.yml
CommitLineData
0ce6e992
JN
1image: nimlang/nim:latest
2
3stages:
d65a1dcf
JN
4 - test
5 - publish
0ce6e992
JN
6
7compile:
d65a1dcf
JN
8 stage: test
9 script:
10 - nim c -d:ssl -r tests
11 stage: publish
0ce6e992 12 script:
aaeaf00b 13 - nim c -d:ssl -d:release nimcoon.nim && strip nimcoon
0ce6e992
JN
14 artifacts:
15 paths:
3c20e75c 16 - nimcoon