Skip to content

Commit

Permalink
ci: exclude *.a and *.o files from artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Dec 14, 2024
1 parent 779e429 commit 3984a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ builder-image:
- build-ci
# Exclude some less important binaries to reduce the size of the artifacts
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.exe
- build-ci/dashcore-$BUILD_TARGET/src/qt/test/test_dash-qt
Expand Down

0 comments on commit 3984a49

Please sign in to comment.