Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-05-27 17:43:24 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-05-27 17:43:24 +0300
commit7f7dd6bc766d01247afca44b29d8a9552559e4b5 (patch)
tree675af302e600673e48997e12c04a18e68abbd0bd /.drone.yml
parentc0a9f60d0df187364a65796fa2cc078d003c663d (diff)
Upgrade to the latest client image
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index e546122f0..b07be40b0 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,13 +3,13 @@ name: qt-5.12
steps:
- name: build and test
- image: nextcloudci/client-5.12:client-5.12-5
+ image: nextcloudci/client-5.12:client-5.12-7
commands:
# Install QtKeyChain
- /bin/bash -c "
export CC=gcc-7 &&
export CXX=g++-7 &&
- export QT_BASE_DIR=/opt/qt5.12.5 &&
+ export QT_BASE_DIR=/opt/qt5.12.8 &&
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:/usr/local/lib:\$LD_LIBRARY_PATH &&
@@ -27,7 +27,7 @@ steps:
- /bin/bash -c "
export CC=gcc-7 &&
export CXX=g++-7 &&
- export QT_BASE_DIR=/opt/qt5.12.5 &&
+ export QT_BASE_DIR=/opt/qt5.12.8 &&
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:/usr/local/lib:\$LD_LIBRARY_PATH &&
@@ -52,13 +52,13 @@ name: qt-5.12-clang
steps:
- name: build and test
- image: nextcloudci/client-5.12:client-5.12-5
+ image: nextcloudci/client-5.12:client-5.12-7
commands:
# Install QtKeyChain
- /bin/bash -c "
export CC=clang-6.0 &&
export CXX=clang++-6.0 &&
- export QT_BASE_DIR=/opt/qt5.12.5 &&
+ export QT_BASE_DIR=/opt/qt5.12.8 &&
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:/usr/local/lib:\$LD_LIBRARY_PATH &&
@@ -76,7 +76,7 @@ steps:
- /bin/bash -c "
export CC=clang-6.0 &&
export CXX=clang++-6.0 &&
- export QT_BASE_DIR=/opt/qt5.12.5 &&
+ export QT_BASE_DIR=/opt/qt5.12.8 &&
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:/usr/local/lib:\$LD_LIBRARY_PATH &&
@@ -101,7 +101,7 @@ name: AppImage
steps:
- name: build
- image: nextcloudci/client-5.12:client-5.12-5
+ image: nextcloudci/client-5.12:client-5.12-7
commands:
- /bin/bash -c "./admin/linux/build-appimage.sh"
- /bin/bash -c "./admin/linux/upload-appimage.sh"