]> njoseph.me Git - nimcoon.git/blame_incremental - .gitlab-ci.yml
update TODO list
[nimcoon.git] / .gitlab-ci.yml
... / ...
CommitLineData
1image: nimlang/nim:latest
2
3stages:
4 - test
5 - publish
6
7run-unit-tests:
8 stage: test
9 script:
10 - nimble test
11
12publish-artifacts:
13 stage: publish
14 script:
15 - nimble build && strip nimcoon
16 artifacts:
17 paths:
18 - nimcoon