Bump AppImage Drone

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-01-28 19:56:27 +01:00
parent 040507fce6
commit 45eefb27cf
No known key found for this signature in database
GPG key ID: F941078878347C0C
2 changed files with 1 additions and 4 deletions

View file

@ -81,7 +81,7 @@ pipeline:
TESTS: qt-5.9
AppImage-5.9:
image: nextcloudci/client-appimage-ci:client-appimage-ci-8
image: nextcloudci/client-appimage-ci:client-appimage-ci-9
commands:
- /bin/bash -c "./admin/linux/build-appimage.sh"
when:

View file

@ -5,9 +5,6 @@ set -xe
mkdir /app
mkdir /build
export CC=/usr/bin/gcc-7
export CXX=/usr/bin/g++-7
#Set Qt-5.9
export QT_BASE_DIR=/opt/qt59
export QTDIR=$QT_BASE_DIR