mirror of https://github.com/qt/qt5.git
CMake: Update instruction file to accept cross-compiling configs
This is needed for consistency. Previously if you scheduled a test build for a qt5.git change, the cmake cross compiling configurations would not appear and not be tested. But when staging the change, each repo WOULD start building the cross-compiling configurations, except for the qt5.git top-level builds. The current change will make sure that configurations is done both during scheduled test builds and actual staged builds. Change-Id: Ia2cbb08cee97414c39287a2ab9ff8d312dcd813a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
parent
0cc1973ba8
commit
349bd02173
|
@ -1,8 +1,8 @@
|
|||
version: 2
|
||||
accept_configuration:
|
||||
condition: property
|
||||
property: host.os
|
||||
equals_property: target.os
|
||||
property: features
|
||||
not_contains_value: Disable
|
||||
|
||||
instructions:
|
||||
Build:
|
||||
|
|
Loading…
Reference in New Issue