Added CI file
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
a1f977b265
commit
62104a16d9
|
@ -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…
Reference in New Issue