projects
/
nimcoon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
933e339
)
Add .gitlab-ci.yml
author
Joseph Nuthalapati
<njoseph@riseup.net>
Sat, 5 Oct 2019 08:33:48 +0000
(08:33 +0000)
committer
Joseph Nuthalapati
<njoseph@riseup.net>
Sat, 5 Oct 2019 08:33:48 +0000
(08:33 +0000)
.gitlab-ci.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitlab-ci.yml
b/.gitlab-ci.yml
new file mode 100644
(file)
index 0000000..
b896d93
--- /dev/null
+++ b/
.gitlab-ci.yml
@@ -0,0
+1,12
@@
+image: nimlang/nim:latest
+
+stages:
+ - build
+
+compile:
+ stage: build
+ script:
+ - nim c -d:ssl -d:release cli_tube.nim
+ artifacts:
+ paths:
+ - cli_tube