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