From d445112cc03d730d659d1eeaa84d963f85731ac5 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Thu, 14 Nov 2019 11:51:11 +0100 Subject: cmake: upload artifact for qtbase android build and etc Task-number: QTBUG-78945 Change-Id: I3361e63ed4830ac0e1ebb9d4b9495df09c45f476 Reviewed-by: Alexandru Croitor --- coin/instructions/call_target_cmake.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 coin/instructions/call_target_cmake.yaml (limited to 'coin/instructions/call_target_cmake.yaml') diff --git a/coin/instructions/call_target_cmake.yaml b/coin/instructions/call_target_cmake.yaml new file mode 100644 index 0000000000..475cbf6d38 --- /dev/null +++ b/coin/instructions/call_target_cmake.yaml @@ -0,0 +1,23 @@ +type: Group +instructions: + - type: ExecuteCommand + command: "{{.Env.ENV_PREFIX}} {{.InstallDir}}\\target\\bin\\qt-cmake {{.Env.COIN_CMAKE_ARGS}}" + executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution + maxTimeInSeconds: 6000 + maxTimeBetweenOutput: 1200 + userMessageOnFailure: > + Failed to call cmake. Contact Liang then. + enable_if: + condition: property + property: host.os + equals_value: Windows + - type: ExecuteCommand + command: "{{.InstallDir}}/target/bin/qt-cmake {{.Env.COIN_CMAKE_ARGS}}" + maxTimeInSeconds: 6000 + maxTimeBetweenOutput: 1200 + userMessageOnFailure: > + Failed to call cmake. Contact Liang then. + disable_if: + condition: property + property: host.os + equals_value: Windows -- cgit v1.2.3