build: Updated to Qt 5.10.1 and Clang/llvm 6.0

* updated docker scripts and yml file
This commit is contained in:
Andreas Stallinger
2018-04-06 16:08:00 +02:00
parent 0c3f830c31
commit 20106d5ce1
5 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
variables:
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
IMAGE_64: coatisoftware/centos6_64_qt_llvm:qt591-llvm500
IMAGE_32: coatisoftware/centos6_32_qt_llvm:qt591-llvm500
IMAGE_64: coatisoftware/centos6_64_qt_llvm:qt5101-llvm600
IMAGE_32: coatisoftware/centos6_32_qt_llvm:qt5101-llvm600
## Templates ##