projects
/
nimcoon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Be a nimble package
[nimcoon.git]
/
.gitlab-ci.yml
1
image: nimlang/nim:latest
2
3
stages:
4
- test
5
- publish
6
7
run-unit-tests:
8
stage: test
9
script:
10
- nimble test
11
12
publish-artifacts:
13
stage: publish
14
script:
15
- nimble build && strip nimcoon
16
artifacts:
17
paths:
18
- nimcoon