Compare commits
3 Commits
3c6be42b9e
...
475ac447d6
Author | SHA1 | Date | |
---|---|---|---|
475ac447d6 | |||
f5997f3ab2 | |||
8b02f33718 |
16
.drone.yml
16
.drone.yml
@ -10,14 +10,14 @@ steps:
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
- cargo build --verbose --all
|
||||
- cargo build --all
|
||||
|
||||
- name: test [debug]
|
||||
image: rust:1.71.1-slim-bookworm
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
- cargo test --verbose --all
|
||||
- cargo test --all
|
||||
|
||||
- name: lint-clippy [debug]
|
||||
image: rust:1.71.1-slim-bookworm
|
||||
@ -25,7 +25,7 @@ steps:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
- rustup component add clippy
|
||||
- cargo clippy --verbose --all
|
||||
- cargo clippy --all
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -43,7 +43,7 @@ steps:
|
||||
# Stupid workarounds, for stupid problems
|
||||
- echo "nameserver 1.1.1.1" >> /etc/resolv.conf
|
||||
- echo "nameserver 1.0.0.1" >> /etc/resolv.conf
|
||||
- cargo build --verbose --all
|
||||
- cargo build --all
|
||||
|
||||
- name: test [debug]
|
||||
image: rust:1.71.1-slim-bookworm
|
||||
@ -53,7 +53,7 @@ steps:
|
||||
# Stupid workarounds, for stupid problems
|
||||
- echo "nameserver 1.1.1.1" >> /etc/resolv.conf
|
||||
- echo "nameserver 1.0.0.1" >> /etc/resolv.conf
|
||||
- cargo test --verbose --all
|
||||
- cargo test --all
|
||||
|
||||
- name: lint-clippy [debug]
|
||||
image: rust:1.71.1-slim-bookworm
|
||||
@ -64,7 +64,7 @@ steps:
|
||||
- echo "nameserver 1.1.1.1" >> /etc/resolv.conf
|
||||
- echo "nameserver 1.0.0.1" >> /etc/resolv.conf
|
||||
- rustup component add clippy
|
||||
- cargo clippy --verbose --all
|
||||
- cargo clippy --all
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -79,7 +79,7 @@ steps:
|
||||
commands:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
- cargo test --verbose --all --release
|
||||
- cargo test --all --release
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -97,7 +97,7 @@ steps:
|
||||
# Stupid workarounds, for stupid problems
|
||||
- echo "nameserver 1.1.1.1" >> /etc/resolv.conf
|
||||
- echo "nameserver 1.0.0.1" >> /etc/resolv.conf
|
||||
- cargo test --verbose --all --release
|
||||
- cargo test --all --release
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
Reference in New Issue
Block a user