aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-06-12 16:11:56 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-06-12 14:42:31 +0000
commitcfd35cc49849643ce2e1b37c8bebcf0acca8f2bb (patch)
treec814cf04e56b396d6390769a883291e519869b46 /coin
parent8f2b2dba786e28429a207c209190d5a260981e05 (diff)
Add a new Linux config that builds a static developer build
Change-Id: I8e40ed674cf0a72223a0180296db8eaa6eb6da06 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/platform_configs/default.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml
index ddb6b725..1a2df74f 100644
--- a/coin/platform_configs/default.yaml
+++ b/coin/platform_configs/default.yaml
@@ -2,6 +2,10 @@
Compiler: 'GCC'
Features: ['DisableTests']
Configure arguments: '-DBUILD_TESTING=OFF -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_EXAMPLES=OFF'
+- Template: 'qtci-linux-Ubuntu-18.04-x86_64'
+ Compiler: 'GCC'
+ Features: ['DisableTests']
+ Configure arguments: '-DBUILD_TESTING=OFF -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_EXAMPLES=OFF -DFEATURE_developer_build=ON -DBUILD_SHARED_LIBS=OFF'
- Template: 'qtci-macos-10.13-x86_64-2'
Compiler: 'Clang'
Features: ['DisableTests']