This commit is contained in:
parent
2f1be523f8
commit
811f1155a9
@ -7,11 +7,15 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: rust:1
|
image: rust:1
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update -y
|
||||||
|
- apt-get install libasound2-dev -y
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
- name: release
|
- name: release
|
||||||
image: rust:1
|
image: rust:1
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update -y
|
||||||
|
- apt-get install libasound2-dev -y
|
||||||
- cargo build --release --verbose --all
|
- cargo build --release --verbose --all
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user