rustup-dl-debug #16
10
.drone.yml
10
.drone.yml
@ -1,6 +1,5 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: amd64 [debug]
|
name: amd64 [debug]
|
||||||
custom_dnss: [ 1.1.1.1, 1.0.0.1 ]
|
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
arch: amd64
|
arch: amd64
|
||||||
@ -39,7 +38,6 @@ steps:
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: arm64 [debug]
|
name: arm64 [debug]
|
||||||
custom_dnss: [ 1.1.1.1, 1.0.0.1 ]
|
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
arch: arm64
|
arch: arm64
|
||||||
@ -59,11 +57,14 @@ steps:
|
|||||||
- cargo --version
|
- cargo --version
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
|
||||||
- name: lint-clippy [debug]
|
- name: lint-clippy [debug]
|
||||||
image: rust:1.71.1-alpine
|
image: rust:1.71.1-alpine
|
||||||
commands:
|
commands:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
# Stupid workarounds, for stupid problems
|
||||||
|
- echo "hostname 1.1.1.1 >> /etc/resolv.conf
|
||||||
|
- echo "hostname 1.0.0.1" >> /etc/resolv.conf
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy --verbose --all
|
- cargo clippy --verbose --all
|
||||||
|
|
||||||
@ -72,6 +73,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
# Stupid workarounds, for stupid problems
|
||||||
|
- echo "hostname 1.1.1.1 >> /etc/resolv.conf
|
||||||
|
- echo "hostname 1.0.0.1" >> /etc/resolv.conf
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- cargo fmt --verbose --all --check
|
- cargo fmt --verbose --all --check
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user