This commit is contained in:
parent
1c00484fc2
commit
fcc58686cf
10
.drone.yml
10
.drone.yml
@ -16,6 +16,7 @@ steps:
|
|||||||
pull: always
|
pull: always
|
||||||
environment:
|
environment:
|
||||||
AUR_REPO_NAME: rad4day
|
AUR_REPO_NAME: rad4day
|
||||||
|
NINJA_STATUS: "[ninja][%f/%t] "
|
||||||
BUILD_GPG_KEY:
|
BUILD_GPG_KEY:
|
||||||
from_secret: repo_signing_key
|
from_secret: repo_signing_key
|
||||||
REPO_ACCESS_KEY:
|
REPO_ACCESS_KEY:
|
||||||
@ -28,3 +29,12 @@ steps:
|
|||||||
- "sudo chown aurutils: /repo"
|
- "sudo chown aurutils: /repo"
|
||||||
- "sudo chown -R aurutils: /drone/src"
|
- "sudo chown -R aurutils: /drone/src"
|
||||||
- "./entrypoint.sh"
|
- "./entrypoint.sh"
|
||||||
|
- name: Print Summary
|
||||||
|
image: registry.tobiasmanske.de/git:latest
|
||||||
|
commands:
|
||||||
|
- cd packages
|
||||||
|
- cat .ninja_out | grep -E "^\[ninja\]"
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- success
|
||||||
|
- failure
|
||||||
|
@ -131,7 +131,7 @@ fi
|
|||||||
|
|
||||||
# aur build -S --noconfirm -a queue --no-sync --margs -s
|
# aur build -S --noconfirm -a queue --no-sync --margs -s
|
||||||
export AUR_SYNC_USE_NINJA=1
|
export AUR_SYNC_USE_NINJA=1
|
||||||
cat graph | aur sync--ninja -S -- aur build -S --noconfirm --no-sync --margs -s | tee -a /dev/stderr | ninja -k 0 -f /dev/stdin
|
cat graph | aur sync--ninja -S -- aur build -S --noconfirm --no-sync --margs -s | tee -a .ninja_out | ninja -k 0 -f /dev/stdin
|
||||||
echo "##################################"
|
echo "##################################"
|
||||||
ls -la /repo
|
ls -la /repo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user