diff options
author | Simo Fält <[email protected]> | 2021-04-28 11:13:21 +0300 |
---|---|---|
committer | Simo Fält <[email protected]> | 2021-04-29 16:56:58 +0300 |
commit | 48524ca57c8d3927545f725bc1bf24df5b112afa (patch) | |
tree | f652baba4f08e10e73e23ced3ff8d12715e77075 | |
parent | df43156bb35a442c4988631e1c2b0bd0fc11e618 (diff) |
Add additional test configurations for ci
Change-Id: I7aef285a88182dfe5e5e9865226a8c3eaa5d9c17
Reviewed-by: Friedemann Kleint <[email protected]>
-rw-r--r-- | coin/module_config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 20a5e59c5..25cdf3644 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -19,6 +19,14 @@ accept_configuration: - condition: property # MibnGW and msvc2015 are not supported property: target.compiler not_in_values: [Mingw, MSVC2015] + - condition: and + conditions: + - condition: property # No cross compilation + property: host.osVersion + equals_value: MacOS_10_15 + - condition: property + property: features + contains_value: TestOnly upload_pyside: &upload_pyside type: Group |