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:
Marcel 2020-07-10 15:06:58 +00:00
commit 72dd2850e3

View File

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