Merge pull request 'Added Woodpecker CI support' (#1) from ci into main
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

Reviewed-on: #1
main
Joey Hines 2022-04-09 19:47:17 +00:00
commit 492e4dfc52
No known key found for this signature in database
GPG Key ID: 454E7F878890995A
2 changed files with 32 additions and 1 deletions

31
.woodpecker.yml 100644
View File

@ -0,0 +1,31 @@
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

View File

@ -1,7 +1,7 @@
[package]
name = "formaty"
version = "0.1.0"
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html