]> njoseph.me Git - nimcoon.git/commitdiff
Add .gitlab-ci.yml
authorJoseph Nuthalapati <njoseph@riseup.net>
Sat, 5 Oct 2019 08:33:48 +0000 (08:33 +0000)
committerJoseph Nuthalapati <njoseph@riseup.net>
Sat, 5 Oct 2019 08:33:48 +0000 (08:33 +0000)
.gitlab-ci.yml [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..b896d93
--- /dev/null
@@ -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