summarylogtreecommitdiffstats
path: root/.ahoy.yml
blob: 24e1ca9140e4430cc7fc21f4a3a37aaafb6cb735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ahoyapi: v2
commands:

  configure:
    cmd: "makepkg --printsrcinfo > .SRCINFO"

  build:
    cmd: "makepkg --printsrcinfo > .SRCINFO && makepkg"

  test:
    cmd: "namcap PKGBUILD && read newest < <(ls -t *.zst) && namcap $newest"

  publish:
    cmd: "git add .SRCINFO PKGBUILD && git commit -m'Update upstream' && git push"