seymourLifeRust/.woodpecker.yml
Blizzard Finnegan fcacee8fd7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Test if CI agents are working properly
2023-06-22 10:09:32 -04:00

21 lines
523 B
YAML

pipeline:
build:
image: nixos/nix:latest
commands:
- nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl'
when:
platform: linux/arm*
publish:
when:
event: tag
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: