fix .gitlab-ci.yml: artifact path and test script
This commit is contained in:
parent
0416e1af89
commit
51d3c3ecd8
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ build:
|
||||||
- make
|
- make
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- x-edge-cold-bc-uPrime-hybrid
|
- code/x-edge-cold-bc-uPrime-hybrid
|
||||||
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
|
||||||
# cache:
|
# cache:
|
||||||
# paths:
|
# paths:
|
||||||
|
|
@ -18,4 +18,5 @@ build:
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- cd code
|
||||||
- make test
|
- make test
|
||||||
Loading…
Add table
Reference in a new issue