summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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