mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'ci-strip' into 'master'
remove the strip of the linux binaries in CI, this will prob make it a few MB... See merge request veloren/veloren!1191
This commit is contained in:
commit
72dd2850e3
@ -44,8 +44,6 @@ coverage:
|
||||
- cargo build --release
|
||||
- cp -r target/release/veloren-server-cli $CI_PROJECT_DIR
|
||||
- cp -r target/release/veloren-voxygen $CI_PROJECT_DIR
|
||||
- strip --strip-all veloren-server-cli
|
||||
- strip --strip-all veloren-voxygen
|
||||
artifacts:
|
||||
paths:
|
||||
- veloren-server-cli
|
||||
|
Loading…
Reference in New Issue
Block a user