Compare commits
No commits in common. "492e4dfc52b421679a8f70f759a6893e06027117" and "1cf7f06230e1d069bc38ab53633cad2fe48016c7" have entirely different histories.
492e4dfc52
...
1cf7f06230
|
@ -1,31 +0,0 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: "woodpeckerci/plugin-git:next"
|
|
||||||
pipeline:
|
|
||||||
compliance:
|
|
||||||
commands:
|
|
||||||
- "rustup component add clippy"
|
|
||||||
- "cargo build --verbose"
|
|
||||||
- "cargo clippy --workspace --tests --all-targets --all-features"
|
|
||||||
- "cargo test --workspace --no-fail-fast"
|
|
||||||
image: "rust:latest"
|
|
||||||
when:
|
|
||||||
event: pull_request, push
|
|
||||||
build:
|
|
||||||
commands:
|
|
||||||
- "cargo build --release"
|
|
||||||
image: "rust:latest"
|
|
||||||
when:
|
|
||||||
branch: main
|
|
||||||
event: push
|
|
||||||
release:
|
|
||||||
image: jolheiser/drone-gitea-main:latest
|
|
||||||
settings:
|
|
||||||
token:
|
|
||||||
from_secret: gitea_token
|
|
||||||
base: https://git.jojodev.com
|
|
||||||
files:
|
|
||||||
- "target/release/format"
|
|
||||||
when:
|
|
||||||
branch: main
|
|
||||||
event: push
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "formaty"
|
name = "formaty"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue