ccc #14
10
.drone.yml
10
.drone.yml
@ -44,21 +44,21 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: build [debug]
|
||||
image: rust:alpine
|
||||
image: arm64v8/rust:alpine
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
- cargo build --verbose --all
|
||||
|
||||
- name: test [debug]
|
||||
image: rust:alpine
|
||||
image: arm64v8/rust:alpine
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
- cargo test --verbose --all
|
||||
|
||||
- name: lint-clippy [debug]
|
||||
image: rust:alpine
|
||||
image: arm64v8/rust:alpine
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
@ -66,7 +66,7 @@ steps:
|
||||
- cargo clippy --verbose --all
|
||||
|
||||
- name: format [debug]
|
||||
image: rust:alpine
|
||||
image: arm64v8/rust:alpine
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
@ -97,7 +97,7 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: build and test [release]
|
||||
image: rust:alpine
|
||||
image: arm64v8/rust:alpine
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
|
Reference in New Issue
Block a user