Upgrade for Qt 5.12.5 in docker-ci

- Use the new image: nextcloudci/client-5.12:client-5.12-5
- Use it's new QT_BASE_DIR: /opt/qt5.12.5

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2019-11-16 21:31:07 +01:00
parent 403df7cebc
commit d830a1c5f7
No known key found for this signature in database
GPG key ID: 00819E3BF4177B28
2 changed files with 2 additions and 2 deletions

View file

@ -319,7 +319,7 @@ name: AppImage
steps:
- name: build
image: nextcloudci/client-5.12:client-5.12-3
image: nextcloudci/client-5.12:client-5.12-5
commands:
- /bin/bash -c "./admin/linux/build-appimage.sh"
trigger:

View file

@ -6,7 +6,7 @@ mkdir /app
mkdir /build
#Set Qt-5.12
export QT_BASE_DIR=/opt/qt512
export QT_BASE_DIR=/opt/qt5.12.5
export QTDIR=$QT_BASE_DIR
export PATH=$QT_BASE_DIR/bin:$PATH
export LD_LIBRARY_PATH=$QT_BASE_DIR/lib/x86_64-linux-gnu:$QT_BASE_DIR/lib:$LD_LIBRARY_PATH