type: Group instructions: - !include "{{qt/qtbase}}/coin_module_test_template_common.yaml" - type: ChangeDirectory directory: "{{.SourceDir}}_standalone_tests" - type: EnvironmentVariable variableName: CMAKE_BUILD_TIMEOUT variableValue: "6000" enable_if: condition: runtime env_var: CMAKE_BUILD_TIMEOUT equals_value: null - type: EnvironmentVariable variableName: CMAKE_BUILD_OUTPUT_TIMEOUT variableValue: "1200" enable_if: condition: runtime env_var: CMAKE_BUILD_OUTPUT_TIMEOUT equals_value: null - type: ExecuteCommand command: "{{.Env.CONFIGURE_ENV_PREFIX}} ninja check_coverage" executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution ignoreExitCode: false maxTimeInSeconds: 10800 maxTimeBetweenOutput: 900 userMessageOnFailure: > Failed to run tests. - type: ScheduleUploadTestResults - type: EnvironmentVariable variableName: COIN_CTEST_RESULTSDIR variableValue: "{{.SourceDir}}_standalone_tests/coverage-report"