From 6230cb9309d844680b3a2ddb9f48f9b259e73976 Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sun, 27 Mar 2016 20:43:15 +0200 Subject: [PATCH] added artifacts to build-c job --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 762e0e7..e079a0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,9 @@ build-c: stage: build script: - cd c; make + artifacts: + - libcmdlineoptions.* + - tests-* test-c: stage: test