exit-planning/.woodpecker.yml

33 lines
913 B
YAML
Raw Normal View History

2022-07-13 22:54:36 +00:00
pipeline:
clone:
git:
2022-07-14 18:38:40 +00:00
image: woodpeckerci/plugin-git
settings:
tags: true
2022-07-13 22:54:36 +00:00
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
2022-07-13 23:15:53 +00:00
when:
branch: main
2022-07-13 22:54:36 +00:00
gitea:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://src.mfgames.com
files: exit-planning*.*
2022-07-13 23:15:53 +00:00
when:
event: tag
branch: main
tag: v*