mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
ci: exclude *.a
and *.o
files from artifacts
This commit is contained in:
parent
779e4295ad
commit
3984a49a43
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user