ci: Exclude some less important binaries to reduce the size of the artifacts (#4441)

This commit is contained in:
UdjinM6 2021-09-19 00:30:07 +03:00 committed by GitHub
parent f54210a4a6
commit 75d176629e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: