jjr-joplin/.woodpecker.yml

8 lines
237 B
YAML
Raw Normal View History

2021-12-31 14:39:49 +01:00
pipeline:
build:
image: 'archlinux:latest'
commands:
- pacman -Syu --needed --noconfirm base-devel
- makepkg -s
- 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'