Skip to content

Commit b268d07

Browse files
committed
move pytest to arch ci build and rename builds
1 parent fe2cd2e commit b268d07

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

.builds/aur.yml renamed to .builds/arch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
image: archlinux
22
sources:
33
- https://github.com/pvsr/qbpm
4+
packages:
5+
- python-pytest
46
tasks:
57
- makepkg: |
68
cd qbpm/contrib
79
sed -i 's|^source.*|source=("git+file:///home/build/qbpm")|' PKGBUILD
810
sudo pacman -Sy
911
makepkg -si --noconfirm
12+
- pytest: |
13+
cd qbpm
14+
pytest tests
1015
- run: |
1116
mkdir -p ~/.config/qutebrowser
1217
touch ~/.config/qutebrowser/config.py

.builds/nix.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
image: nixos/unstable
2+
sources:
3+
- https://git.sr.ht/~pvsr/qbpm
4+
environment:
5+
NIX_CONFIG: "experimental-features = nix-command flakes"
6+
tasks:
7+
- check: |
8+
cd qbpm
9+
nix flake check --quiet

.builds/qbpm.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)