added artifacts to build-c job
This commit is contained in:
parent
97b1fbbb3d
commit
6230cb9309
|
@ -7,6 +7,9 @@ build-c:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- cd c; make
|
- cd c; make
|
||||||
|
artifacts:
|
||||||
|
- libcmdlineoptions.*
|
||||||
|
- tests-*
|
||||||
|
|
||||||
test-c:
|
test-c:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
Loading…
Reference in New Issue