This commit is contained in:
parent
72b51909c3
commit
c538ef6877
|
@ -1,4 +1,5 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
|
@ -10,3 +11,10 @@ steps:
|
|||
- cargo build --examples --all
|
||||
- cargo test --verbose --all
|
||||
- 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