added artifacts to build-c job

This commit is contained in:
Marcel Otte 2016-03-27 20:43:15 +02:00
parent 97b1fbbb3d
commit 6230cb9309
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ build-c:
stage: build
script:
- cd c; make
artifacts:
- libcmdlineoptions.*
- tests-*
test-c:
stage: test