mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
ci: Exclude some less important binaries to reduce the size of the artifacts (#4441)
This commit is contained in:
parent
f54210a4a6
commit
75d176629e
@ -118,6 +118,14 @@ builder-image:
|
||||
when: always
|
||||
paths:
|
||||
- $CI_PROJECT_DIR/build-ci
|
||||
# Exclude some less important binaries to reduce the size of the artifacts
|
||||
exclude:
|
||||
- build-ci/dashcore-$BUILD_TARGET/src/bench/bench_dash
|
||||
- build-ci/dashcore-$BUILD_TARGET/src/bench/bench_dash.exe
|
||||
- build-ci/dashcore-$BUILD_TARGET/src/qt/test/test_dash-qt
|
||||
- build-ci/dashcore-$BUILD_TARGET/src/qt/test/test_dash-qt.exe
|
||||
- build-ci/dashcore-$BUILD_TARGET/src/test/test_dash
|
||||
- build-ci/dashcore-$BUILD_TARGET/src/test/test_dash.exe
|
||||
expire_in: 3 days
|
||||
|
||||
.test-template:
|
||||
|
Loading…
Reference in New Issue
Block a user