seymourLifeRust/.woodpecker.yml
Blizzard Finnegan 108132ef9e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Comment out releases for now
Clearly, I don't really know what's going on here. So rather than
further pollute the public repo, I'm going to set up another repo to
play with.
2023-06-23 15:01:41 -04:00

23 lines
828 B
YAML

pipeline:
build:
image: nixos/nix:latest
commands:
- nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl'
# 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"
# checksum:
# - "target/aarch64-unknown-linux-musl/release/seymour_life"
# api_key: ${FORGEJO_API}
# secrets:
# - source: forgejo_api
# target: FORGEJO_API
# target: ${CI_COMMIT_TAG}
# draft: true
# prerelease: true
# title: .woodpecker/title.txt