Remove artifacts from build stage
This commit is contained in:
parent
49c36f0015
commit
e3ab8728f8
1 changed files with 0 additions and 6 deletions
|
|
@ -20,12 +20,6 @@ build:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -DENABLE_COVERAGE_TESTING=true ..
|
- cmake -DENABLE_COVERAGE_TESTING=true ..
|
||||||
- make -j$(nproc)
|
- make -j$(nproc)
|
||||||
artifacts:
|
|
||||||
untracked: true
|
|
||||||
paths:
|
|
||||||
- build/libraries/
|
|
||||||
- build/programs/
|
|
||||||
- build/tests/
|
|
||||||
tags:
|
tags:
|
||||||
- builder
|
- builder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue