Skip to content

Commit f1cb889

Browse files
committed
test current aur PKGBUILD in ci
1 parent b382607 commit f1cb889

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.builds/aur.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
image: archlinux
2+
sources:
3+
- https://github.com/pvsr/qbpm
4+
- https://aur.archlinux.org/qbpm-git.git
5+
tasks:
6+
- install: |
7+
sed -i 's|^source.*|source=("git+file:///home/build/qbpm")|' qbpm-git/PKGBUILD
8+
yay -Bi --noconfirm qbpm-git
9+
- run: |
10+
mkdir -p ~/.config/qutebrowser
11+
touch ~/.config/qutebrowser/config.py
12+
qbpm new profile
13+
qbpm list | grep profile

0 commit comments

Comments
 (0)