Set all_graphene_tests as only artifact
This commit is contained in:
parent
e3ab8728f8
commit
c659de9f41
1 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,11 @@ build:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -DENABLE_COVERAGE_TESTING=true ..
|
- cmake -DENABLE_COVERAGE_TESTING=true ..
|
||||||
- make -j$(nproc)
|
- make all_graphene_tests -j$(nproc)
|
||||||
|
artifacts:
|
||||||
|
untracked: true
|
||||||
|
paths:
|
||||||
|
- build/tests/all_graphene_tests
|
||||||
tags:
|
tags:
|
||||||
- builder
|
- builder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue