aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Sarajärvi <tony.sarajarvi@qt.io>2019-01-09 13:35:27 +0200
committerTony Sarajärvi <tony.sarajarvi@qt.io>2019-10-26 14:11:07 +0000
commitd406ff6398cd07884d5dadc813cd5069f71453b6 (patch)
treea601829f1e83c98dd3eb5a9a10d8876db9fb48e5
parent37244913d3452460b72c214317f0fc5cee19cf83 (diff)
Build examples on the no-widgets builds
Task-number: QTQAINFRA-1975 Task-number: QTBUG-63908 Change-Id: I0279fd4ca58ab389855e1152e9a8cee3ac97d502 Reviewed-by: Rolf Eike Beer <eb@emlix.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
-rw-r--r--coin/platform_configs/default.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml
index 7c2eae36..4db274fc 100644
--- a/coin/platform_configs/default.yaml
+++ b/coin/platform_configs/default.yaml
@@ -55,7 +55,7 @@ Configurations:
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'
- Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -nomake examples -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
+ Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -force-debug-info -nomake tests -no-widgets -R . -openssl -I {{.Env.OPENSSL_HOME}}/include -L {{.Env.OPENSSL_HOME}}/lib'
-
Template: 'qtci-linux-Ubuntu-18.04-x86_64'
Compiler: 'GCC'