CI
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-01-26 16:12:06 +01:00
parent 7afab287bd
commit 412b8d7691
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

15
.woodpecker/build.yml Normal file
View file

@ -0,0 +1,15 @@
when:
- event: push
branch: main
steps:
- name: "PKGBUILD"
image: git.hydrar.de/jmarya/pacco-build:latest
commands:
- pacman -Syu --noconfirm
- buildpkg navos x86_64 pac.hydrar.de "$TOKEN" "$KEY"
environment:
TOKEN:
from_secret: pacco_token
KEY:
from_secret: sign_key