pkg
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2024-12-25 23:34:51 +01:00
parent 4c1993143c
commit 407adcda65
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 52 additions and 0 deletions

13
.woodpecker/build.yml Normal file
View file

@ -0,0 +1,13 @@
when:
- event: push
branch: main
steps:
- name: "Build PKG"
image: archlinux
commands:
- pacman -Syu --noconfirm base-devel
- useradd -m pkgbuild
- passwd -d pkgbuild
- "su - pkgbuild -c \"makepkg -si --noconfirm\""
- ls