This commit is contained in:
parent
72b51909c3
commit
c538ef6877
|
@ -1,4 +1,5 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -10,3 +11,10 @@ steps:
|
||||||
- cargo build --examples --all
|
- cargo build --examples --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
|
- name: release
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- cargo build
|
||||||
|
environment:
|
||||||
|
CARGO_REGISTRY_TOKEN:
|
||||||
|
from_secret: cargo_registry_token
|
||||||
|
|
Loading…
Reference in New Issue
Block a user