Bump Qt5.12 image

Main improvement is that this image contains the libsecret.
So when building qtkeychain that should be used.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-10-21 14:50:25 +02:00
parent 05a56c2e8e
commit 4c791abafc
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -237,7 +237,7 @@ name: qt-5.12
steps:
- name: build and test
image: nextcloudci/client-5.12:client-5.12-2
image: nextcloudci/client-5.12:client-5.12-3
commands:
# Install QtKeyChain
- /bin/bash -c "
@ -278,7 +278,7 @@ name: qt-5.12-clang
steps:
- name: build and test
image: nextcloudci/client-5.12:client-5.12-2
image: nextcloudci/client-5.12:client-5.12-3
commands:
# Install QtKeyChain
- /bin/bash -c "
@ -319,7 +319,7 @@ name: AppImage
steps:
- name: build
image: nextcloudci/client-5.12:client-5.12-2
image: nextcloudci/client-5.12:client-5.12-3
commands:
- /bin/bash -c "./admin/linux/build-appimage.sh"
trigger: