This commit is contained in:
Wryn (yage) Wagner 2024-04-13 21:05:09 -06:00
parent ef5166d17d
commit 14c4294b8d

View File

@ -62,13 +62,11 @@ custom:
clone-aur:
- &archlinux_clone_aur
archlinux-run:
name: clone aur/scwrypts
command: git clone https://aur.archlinux.org/scwrypts.git aur
clone-scwrypts:
- &archlinux_clone_scwrypts
archlinux-run:
name: clone wrynegade/scwrypts
command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
jobs:
@ -79,7 +77,6 @@ jobs:
- *archlinux_clone_aur
- *archlinux_clone_scwrypts
- archlinux-run:
name: test makepkg against current build
working_directory: /home/ci/aur
command: >-
:
@ -99,7 +96,6 @@ jobs:
- *archlinux_prepare
- *archlinux_clone_aur
- archlinux-run:
name: adjust makepkg checksums
working_directory: /home/ci/aur
command: >-
:
@ -109,7 +105,6 @@ jobs:
&& makepkg --printsrcinfo > .SRCINFO
;
- archlinux-run:
name: test live build
working_directory: /home/ci/aur
command: >-
:
@ -118,7 +113,6 @@ jobs:
&& scwrypts --version | grep -q "^scwrypts $CIRCLE_TAG\$"
;
- archlinux-run:
name: publish aur/scwrypts
working_directory: /home/ci/aur
command: >-
: