parent
4c1993143c
commit
407adcda65
2 changed files with 52 additions and 0 deletions
13
.woodpecker/build.yml
Normal file
13
.woodpecker/build.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue