Skip to content

Commit d47ef9f

Browse files
committed
use correct repo for sr.ht ci builds
1 parent 8a224bb commit d47ef9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.builds/arch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
image: archlinux
22
sources:
3-
- https://github.com/pvsr/qbpm
3+
- https://git.sr.ht/~pvsr/qbpm
44
- https://aur.archlinux.org/python-xdg-base-dirs.git
55
packages:
66
- python-pytest
77
tasks:
8+
- pytest: |
9+
cd qbpm
10+
pytest tests
811
- xdg-base-dirs: |
912
cd python-xdg-base-dirs
1013
makepkg -si --noconfirm
@@ -13,9 +16,6 @@ tasks:
1316
sed -i 's|^source.*|source=("git+file:///home/build/qbpm")|' PKGBUILD
1417
sudo pacman -Sy
1518
makepkg -si --noconfirm
16-
- pytest: |
17-
cd qbpm
18-
pytest tests
1919
- run: |
2020
mkdir -p ~/.config/qutebrowser
2121
touch ~/.config/qutebrowser/config.py

.builds/aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image: archlinux
22
sources:
3-
- https://github.com/pvsr/qbpm
3+
- https://git.sr.ht/~pvsr/qbpm
44
- https://aur.archlinux.org/qbpm-git.git
55
tasks:
66
- install: |

0 commit comments

Comments
 (0)