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