summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-09-29 03:45:33 +0200
committerMoritz Kaspar Rudert (mortzu)2015-09-29 03:45:33 +0200
commitb13713c11300d602f4ce1f1430c0aa9704a22927 (patch)
tree55ff5cf3db2fe4077c8b2b29d31996b95b07020a
parent45b7aa24fad669b40403481598edcf023ea4402e (diff)
downloadaur-b13713c11300d602f4ce1f1430c0aa9704a22927.tar.gz
stuff
-rw-r--r--.gitlab-ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a4457a03b78..af437d560628 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,8 +2,12 @@
image: l3iggs/archlinux-aur
Build:
script:
+ - export BINDIR=$(mktemp -d)
+ - wget -O ${BINDIR}/pacman2 http://mortzu.andromeda.hostedinspace.de/ci-runner/pacman2
+ - chmod +x ${BINDIR}/pacman2
+ - export PATH=$BINDIR:$PATH
- export TERM='linux'
- - export PACMAN='yaourt2'
+ - export PACMAN='pacman2'
- makepkg --cleanbuild --clean --force --syncdeps --rmdeps --noconfirm --asdeps
tags:
except: