exit-planning/.woodpecker.yml

23 lines
712 B
YAML

pipeline:
build:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/build.sh
test:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/test.sh
release:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands:
- nix develop --command scripts/release.sh
branches:
- main
gitea:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://src.mfgames.com
files: exit-planning*.*