woodpecker

This commit is contained in:
Mike Nolan 2024-07-07 01:12:46 -05:00
parent cc4d617be0
commit b6ff406005
2 changed files with 17 additions and 0 deletions

7
.woodpecker/.build.yaml Normal file
View File

@ -0,0 +1,7 @@
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- apt update -y
- apt install -y make zip tar
- make all

10
.woodpecker/.publish.yaml Normal file
View File

@ -0,0 +1,10 @@
steps:
- name: deploy
image: woodpeckerci/plugin-release
settings:
files:
- 'publish/*/*'
api_key:
from_secret: ACCESS_TOKEN
depends_on:
- build