Unverified Commit 6cfb0544 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub

Jenkins update to Qt 5.11.0 Mac & Linux (#6576)

parent deeaa6e6
......@@ -9,11 +9,11 @@ pipeline {
environment {
CCACHE_BASEDIR = "${env.WORKSPACE}"
QGC_CONFIG = 'release'
QMAKE_VER = "5.9.2/android_armv7/bin/qmake"
QMAKE_VER = "5.11.0/android_armv7/bin/qmake"
}
agent {
docker {
image 'mavlink/qgc-build-android:2018-04-14'
image 'mavlink/qgc-build-android:2018-06-07'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -38,11 +38,11 @@ pipeline {
environment {
CCACHE_BASEDIR = "${env.WORKSPACE}"
QGC_CONFIG = 'debug'
QMAKE_VER = "5.9.2/gcc_64/bin/qmake"
QMAKE_VER = "5.11.0/gcc_64/bin/qmake"
}
agent {
docker {
image 'mavlink/qgc-build-linux:2018-04-14'
image 'mavlink/qgc-build-linux:2018-06-07'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -67,11 +67,11 @@ pipeline {
environment {
CCACHE_BASEDIR = "${env.WORKSPACE}"
QGC_CONFIG = 'release'
QMAKE_VER = "5.9.2/gcc_64/bin/qmake"
QMAKE_VER = "5.11.0/gcc_64/bin/qmake"
}
agent {
docker {
image 'mavlink/qgc-build-linux:2018-04-14'
image 'mavlink/qgc-build-linux:2018-06-07'
args '-v ${CCACHE_DIR}:${CCACHE_DIR}:rw'
}
}
......@@ -101,7 +101,7 @@ pipeline {
environment {
CCACHE_BASEDIR = "${env.WORKSPACE}"
QGC_CONFIG = 'debug'
QMAKE_VER = "5.9.3/clang_64/bin/qmake"
QMAKE_VER = "5.11.0/clang_64/bin/qmake"
}
steps {
sh 'export'
......@@ -129,7 +129,7 @@ pipeline {
environment {
CCACHE_BASEDIR = "${env.WORKSPACE}"
QGC_CONFIG = 'installer'
QMAKE_VER = "5.9.3/clang_64/bin/qmake"
QMAKE_VER = "5.11.0/clang_64/bin/qmake"
}
steps {
sh 'export'
......@@ -150,6 +150,7 @@ pipeline {
}
}
}
} // parallel
} // stage('build')
} // stages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment