strip binary

This commit is contained in:
shimun 2019-10-31 21:15:58 +01:00
parent 3d243836eb
commit befc8128cd
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -10,6 +10,7 @@ steps:
image: rust:1.38.0 image: rust:1.38.0
commands: commands:
- cargo install --path . --root . -f - cargo install --path . --root . -f
- strip bin/tictactoe
- tar cvzf ttt.tar.gz bin src Cargo.* - tar cvzf ttt.tar.gz bin src Cargo.*
when: when:
event: event: