go
This commit is contained in:
parent
ef5166d17d
commit
14c4294b8d
@ -62,13 +62,11 @@ custom:
|
|||||||
clone-aur:
|
clone-aur:
|
||||||
- &archlinux_clone_aur
|
- &archlinux_clone_aur
|
||||||
archlinux-run:
|
archlinux-run:
|
||||||
name: clone aur/scwrypts
|
|
||||||
command: git clone https://aur.archlinux.org/scwrypts.git aur
|
command: git clone https://aur.archlinux.org/scwrypts.git aur
|
||||||
|
|
||||||
clone-scwrypts:
|
clone-scwrypts:
|
||||||
- &archlinux_clone_scwrypts
|
- &archlinux_clone_scwrypts
|
||||||
archlinux-run:
|
archlinux-run:
|
||||||
name: clone wrynegade/scwrypts
|
|
||||||
command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
|
command: git clone -b "$CIRCLE_BRANCH" "$CIRCLE_REPOSITORY_URL" scwrypts
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -79,7 +77,6 @@ jobs:
|
|||||||
- *archlinux_clone_aur
|
- *archlinux_clone_aur
|
||||||
- *archlinux_clone_scwrypts
|
- *archlinux_clone_scwrypts
|
||||||
- archlinux-run:
|
- archlinux-run:
|
||||||
name: test makepkg against current build
|
|
||||||
working_directory: /home/ci/aur
|
working_directory: /home/ci/aur
|
||||||
command: >-
|
command: >-
|
||||||
:
|
:
|
||||||
@ -99,7 +96,6 @@ jobs:
|
|||||||
- *archlinux_prepare
|
- *archlinux_prepare
|
||||||
- *archlinux_clone_aur
|
- *archlinux_clone_aur
|
||||||
- archlinux-run:
|
- archlinux-run:
|
||||||
name: adjust makepkg checksums
|
|
||||||
working_directory: /home/ci/aur
|
working_directory: /home/ci/aur
|
||||||
command: >-
|
command: >-
|
||||||
:
|
:
|
||||||
@ -109,7 +105,6 @@ jobs:
|
|||||||
&& makepkg --printsrcinfo > .SRCINFO
|
&& makepkg --printsrcinfo > .SRCINFO
|
||||||
;
|
;
|
||||||
- archlinux-run:
|
- archlinux-run:
|
||||||
name: test live build
|
|
||||||
working_directory: /home/ci/aur
|
working_directory: /home/ci/aur
|
||||||
command: >-
|
command: >-
|
||||||
:
|
:
|
||||||
@ -118,7 +113,6 @@ jobs:
|
|||||||
&& scwrypts --version | grep -q "^scwrypts $CIRCLE_TAG\$"
|
&& scwrypts --version | grep -q "^scwrypts $CIRCLE_TAG\$"
|
||||||
;
|
;
|
||||||
- archlinux-run:
|
- archlinux-run:
|
||||||
name: publish aur/scwrypts
|
|
||||||
working_directory: /home/ci/aur
|
working_directory: /home/ci/aur
|
||||||
command: >-
|
command: >-
|
||||||
:
|
:
|
||||||
|
Loading…
Reference in New Issue
Block a user