feat(ci): split Arch releases into vieter & vieter-git

This commit is contained in:
Jef Roosens 2022-05-10 19:30:26 +02:00
parent c018aad143
commit ad207bdb70
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 85 additions and 13 deletions

View file

@ -23,7 +23,7 @@ pipeline:
- su builder
# Due to a bug with the V compiler, we can't just use the PKGBUILD from
# inside the repo
- curl -OL https://git.rustybever.be/vieter/vieter/raw/branch/dev/PKGBUILD
- curl -o PKGBUILD -L https://git.rustybever.be/vieter/vieter/raw/branch/dev/PKGBUILD.dev
- makepkg -s --noconfirm --needed
when:
event: push