This commit is contained in:
parent
a1f977b265
commit
62104a16d9
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue