We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2cd2e commit b268d07Copy full SHA for b268d07
.builds/aur.yml renamed to .builds/arch.yml
@@ -1,12 +1,17 @@
1
image: archlinux
2
sources:
3
- https://github.com/pvsr/qbpm
4
+packages:
5
+ - python-pytest
6
tasks:
7
- makepkg: |
8
cd qbpm/contrib
9
sed -i 's|^source.*|source=("git+file:///home/build/qbpm")|' PKGBUILD
10
sudo pacman -Sy
11
makepkg -si --noconfirm
12
+ - pytest: |
13
+ cd qbpm
14
+ pytest tests
15
- run: |
16
mkdir -p ~/.config/qutebrowser
17
touch ~/.config/qutebrowser/config.py
.builds/nix.yml
@@ -0,0 +1,9 @@
+image: nixos/unstable
+sources:
+ - https://git.sr.ht/~pvsr/qbpm
+environment:
+ NIX_CONFIG: "experimental-features = nix-command flakes"
+tasks:
+ - check: |
+ nix flake check --quiet
.builds/qbpm.yml
0 commit comments