From 3b9d57fc1d53a4dc32fe4a2ee636f2bc488e9a61 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sun, 12 Jan 2020 12:04:24 +0530 Subject: [PATCH] ci: Run unit tests in pipeline Signed-off-by: Joseph Nuthalapati --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5efc71..a87da85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,12 +2,14 @@ image: nimlang/nim:latest stages: - test - - publish + - build -compile: +run-unit-tests: stage: test script: - nim c -d:ssl -r tests + +publish-artifacts: stage: publish script: - nim c -d:ssl -d:release nimcoon.nim && strip nimcoon -- 2.43.0