build musl images
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
shimun 2020-06-06 14:39:18 +02:00
parent 419d3d7dcc
commit d9740a28a4
Signed by: shimun
GPG Key ID: E81D8382DC2F971B

View File

@ -3,11 +3,11 @@ name: default
steps:
- name: test
image: rust:1.38.0
image: rust:1.38.0-alpine
commands:
- cargo test
- name: build_relase
image: rust:1.38.0
image: rust:1.38.0-alpine
commands:
- cargo install --path . --root . -f
- strip bin/tictactoe