This commit is contained in:
Wryn (yage) Wagner 2024-04-14 01:06:08 -06:00
parent ec6c7d9826
commit 4c57d8462f

View File

@ -60,7 +60,7 @@ custom:
clone-scwrypts:
- &archlinux_clone_scwrypts
run:
_name: clone wrynegade/scwrypts
name: clone wrynegade/scwrypts
working_directory: /home/ci
command: |
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git clone -b "yage/circle-ci/aur-automation" "$CIRCLE_REPOSITORY_URL" scwrypts
@ -86,7 +86,7 @@ jobs:
- *archlinux_clone_aur
- *archlinux_clone_scwrypts
- archlinux-run:
name: test aur build on current source
_name: test aur build on current source
working_directory: /home/ci/aur
command: >-
:
@ -110,6 +110,7 @@ jobs:
- *archlinux_prepare
- *archlinux_clone_aur
- archlinux-run:
_name: update PKGBUILD and .SRCINFO
working_directory: /home/ci/aur
command: >-
:
@ -119,6 +120,7 @@ jobs:
&& makepkg --printsrcinfo > .SRCINFO
;
- archlinux-run:
_name: test version build
working_directory: /home/ci/aur
command: >-
:
@ -127,6 +129,7 @@ jobs:
&& scwrypts --version | grep -q "^scwrypts $CIRCLE_TAG\$"
;
- archlinux-run:
_name: publish new version
working_directory: /home/ci/aur
command: >-
: