summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2016-01-24 09:42:38 +0100
committerMoritz Kaspar Rudert (mortzu)2016-01-24 09:42:38 +0100
commit294d07247ce9a0aaae875a2f7d8ea6f8991f1cd2 (patch)
treef53320140ba0ded974ec578cd16871fa02361865
parenteb218f0c45b0b9d340ffde958587b97c9aba4d54 (diff)
downloadaur-294d07247ce9a0aaae875a2f7d8ea6f8991f1cd2.tar.gz
.drone.yml added
-rw-r--r--.drone.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 000000000000..fcd9922bd219
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,11 @@
+build:
+ image: l3iggs/archlinux-aur
+ commands:
+ - 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'
+ - export PACMAN='pacman2'
+ - yaourt -Syu --noconfirm
+ - makepkg --cleanbuild --clean --force --syncdeps --rmdeps --noconfirm --asdeps