This commit is contained in:
Wryn (yage) Wagner 2024-04-14 00:26:15 -06:00
parent c95cdd968c
commit 778806ba08

View File

@ -91,6 +91,7 @@ jobs:
&& echo "sha256sums=(SKIP)" >> PKGBUILD
&& makepkg --noconfirm -si
&& scwrypts --version
|| exit 1
;
aur-publish:
@ -107,6 +108,7 @@ jobs:
&& sed "s/pkgver=.*/pkgver=$NEW_VERSION/; s/^pkgrel=.*/pkgrel=1/; /sha256sums/d" PKGBUILD -i
&& makepkg -g >> PKGBUILD
&& makepkg --printsrcinfo > .SRCINFO
|| exit 1
;
- archlinux-run:
working_directory: /home/ci/aur
@ -115,6 +117,7 @@ jobs:
&& makepkg --noconfirm -si
&& scwrypts --version
&& scwrypts --version | grep -q "^scwrypts $CIRCLE_TAG\$"
|| exit 1
;
- archlinux-run:
working_directory: /home/ci/aur
@ -124,6 +127,7 @@ jobs:
&& git -c user.email=yage@yage.io -c user.name=yage commit -am "$CIRCLE_TAG"
&& git remote add upstream aur@aur.archlinux.org/scwrypts.git
&& echo "DO THE git push upstream"
|| exit 1
;
nodejs-test: