projects
/
nimcoon.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Better use of execProcess options
[nimcoon.git]
/
.gitlab-ci.yml
1
image: nimlang/nim:latest
2
3
stages:
4
- build
5
6
compile:
7
stage: build
8
script:
9
- nim c -d:ssl -d:release nimcoon.nim && strip nimcoon
10
artifacts:
11
paths:
12
- nimcoon