Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d9740a28a4 |
@ -3,11 +3,11 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.38.0
|
image: rust:1.38.0-alpine
|
||||||
commands:
|
commands:
|
||||||
- cargo test
|
- cargo test
|
||||||
- name: build_relase
|
- name: build_relase
|
||||||
image: rust:1.38.0
|
image: rust:1.38.0-alpine
|
||||||
commands:
|
commands:
|
||||||
- cargo install --path . --root . -f
|
- cargo install --path . --root . -f
|
||||||
- strip bin/tictactoe
|
- strip bin/tictactoe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user