window-utils/.woodpecker.yml

30 lines
699 B
YAML

pipeline:
compile-main:
image: jolheiser/woodpecker-ahk:latest
settings:
script: src/WindowUtils.ahk
icon: icon.ico
out: src/WindowUtils.exe
when:
event: push
branch: main
compile-installer:
image: jolheiser/woodpecker-ahk:latest
settings:
script: src/WindowUtils-Install.ahk
icon: icon.ico
out: src/WindowUtils-Install.exe
when:
event: push
branch: main
release-main:
image: jolheiser/drone-gitea-main:latest
settings:
base: https://git.jojodev.com
token:
from_secret: gitea_token
files:
- "src/WindowUtils-Install.exe"
when:
event: push
branch: main