]> njoseph.me Git - nimcoon.git/blob - .gitlab-ci.yml
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