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

  configure:
    cmd: "updpkgsums && 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"

  clean:
    cmd: "rm -Rf php-cs-fixer pkg src *.tar.zst"