seymourLifeRust/.woodpecker.yml
Blizzard Finnegan b78e6bb278
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Basic Cargo Checks / docker-check (push) Successful in 2m3s
Basic Cargo Checks / docker-build (push) Successful in 2m19s
Transition CI to Nix
Since I've already got the shell there anyways...
2023-06-22 07:43:28 -04:00

19 lines
479 B
YAML

pipeline:
build:
image: nixos/nix:latest
commands:
- nix-shell
- cargo check
- cargo build --release --target aarch64-unknown-linux-musl
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.blizzard.systems
files:
- "target/aarch64-unknown-linux-musl/release/seymour_life"
api_key:
from_secret: API_KEY
target: devel
draft: true
prerelease: true
title: