summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-09-29 04:07:58 +0200
committerMoritz Kaspar Rudert (mortzu)2015-09-29 04:07:58 +0200
commitc72c6d4974249b7b0119ea4bcaa65398b81847b6 (patch)
treeb03a0a753c4f91ca44fdc212c9a964683b3db42a
parent8a4616efa85a597c8c52220d41d1973c42d96f9d (diff)
downloadaur-c72c6d4974249b7b0119ea4bcaa65398b81847b6.tar.gz
Changed gitlab CI
-rw-r--r--.gitlab-ci.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb78996bb3b6..d39271932eab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,14 @@
-# This file is generated by GitLab CI
+image: l3iggs/archlinux-aur
Build:
script:
+ - export BINDIR=$(mktemp -d)
+ - curl -o ${BINDIR}/pacman2 http://mortzu.andromeda.hostedinspace.de/ci-runner/pacman2
+ - chmod +x ${BINDIR}/pacman2
+ - export PATH=$BINDIR:$PATH
- export TERM='linux'
- - PACMAN='yaourt2' makepkg --cleanbuild --clean --force --syncdeps --rmdeps --noconfirm
- --asdeps
+ - export PACMAN='pacman2'
+ - yaourt -Syu --noconfirm
+ - makepkg --cleanbuild --clean --force --syncdeps --rmdeps --noconfirm --asdeps
tags:
except:
- tags