This commit is contained in:
parent
32e5bcaa35
commit
9e4af039f4
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ steps:
|
|||
- name: test-linux
|
||||
image: rust
|
||||
commands:
|
||||
- apt update
|
||||
- apt install cmake
|
||||
- cargo test -v
|
||||
---
|
||||
|
@ -13,6 +14,7 @@ steps:
|
|||
- name: release-linux
|
||||
image: rust
|
||||
commands:
|
||||
- apt update
|
||||
- apt install cmake
|
||||
- cargo build --release -v
|
||||
|
||||
|
|
Loading…
Reference in a new issue