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