corrected silly path error
This commit is contained in:
parent
8529bff989
commit
89f7c53e4d
|
@ -8,8 +8,8 @@ build-c:
|
||||||
- cd c; make
|
- cd c; make
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- libcmdlineoptions.so
|
- c/libcmdlineoptions.*
|
||||||
- libcmdlineoptions.a
|
- c/tests-*
|
||||||
|
|
||||||
#test-c:
|
#test-c:
|
||||||
#stage: test
|
#stage: test
|
||||||
|
|
Loading…
Reference in New Issue