ci: exclude *.a and *.o files from artifacts

This commit is contained in:
UdjinM6 2024-12-14 12:47:46 +03:00
parent 779e4295ad
commit 3984a49a43
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -136,6 +136,8 @@ builder-image:
- build-ci - build-ci
# Exclude some less important binaries to reduce the size of the artifacts # Exclude some less important binaries to reduce the size of the artifacts
exclude: exclude:
- build-ci/dashcore-$BUILD_TARGET/src/**/*.a
- build-ci/dashcore-$BUILD_TARGET/src/**/*.o
- build-ci/dashcore-$BUILD_TARGET/src/bench/bench_dash - 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/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