mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Bump AppImage Drone
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
040507fce6
commit
45eefb27cf
2 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue