Merge pull request #140 from nextcloud/appimage_drone_bump

Bump AppImage Drone
This commit is contained in:
Roeland Jago Douma 2018-03-23 15:36:33 +01:00 committed by GitHub
commit 4c40789dca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -79,9 +79,8 @@ pipeline:
when:
matrix:
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