mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-14 10:56:47 +08:00
Add C++17 nightly run
We need to verify build with C++17. Let's use Ubuntu 20.04 for this. It should be enough to do this in nightly run Change-Id: Id355e4978720210f69e80e0fc3c65bafe03c9a48 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
12
coin/platform_configs/nightly_ubuntu_20.04_c++17.yaml
Normal file
12
coin/platform_configs/nightly_ubuntu_20.04_c++17.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
Version: 2
|
||||
Configurations:
|
||||
-
|
||||
Id: 'ubuntu-20.04-c++17'
|
||||
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
||||
Compiler: 'GCC'
|
||||
Features: ['Sccache', 'UseConfigure']
|
||||
Configure arguments: '-nomake examples -release -c++std c++17 -force-debug-info -separate-debug-info -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput'
|
||||
Environment variables: [
|
||||
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY',
|
||||
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}}'
|
||||
]
|
||||
Reference in New Issue
Block a user