aboutsummaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-03-01 11:17:41 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-03-02 16:14:20 +0100
commita9c9418c8a8f1364b67a226b61d7580ef90f39d5 (patch)
treee1985cc808d3da617c8fda8ac040ca89aa4fb76a /coin/module_config.yaml
parentad4484c1ba488839e0506196c0bd3dd9dc712ddf (diff)
coin: Split top-level build instructions
Makes it a bit cleaner to follow. Pick-to: 6.2 6.3 Change-Id: I063581126b6d09f98fb38862c8af5531dc513aca Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin/module_config.yaml')
-rw-r--r--coin/module_config.yaml49
1 files changed, 1 insertions, 48 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 98c46462..de91d6d6 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -6,54 +6,7 @@ accept_configuration:
instructions:
Build:
- - !include "{{qt/qtbase}}/prepare_building_env.yaml"
- - type: MakeDirectory
- directory: .git
- - type: SetBuildDirectory
- directory: "{{.SourceDir}}"
- - type: ChangeDirectory
- directory: "{{.BuildDir}}"
- - type: ExecuteCommand
- command: "{{.Env.ENV_PREFIX}} cmake {{.Env.CONFIGURE_ARGS}} -DCMAKE_INSTALL_PREFIX:PATH={{.InstallDir}} -DQT_BUILD_TESTS=OFF {{.SourceDir}}"
- executeCommandArgumentSplitingBehavior: SplitAfterVariableSubstitution
- maxTimeInSeconds: 6000
- maxTimeBetweenOutput: 1200
- userMessageOnFailure: >
- Failed to call cmake.
-
- - type: Group
- instructions:
- - type: ExecuteCommand
- command: "{{.Env.ENV_PREFIX}} cmake --build . --target qtbase/src/plugins/platforms/all qtbase/src/plugins/sqldrivers/all qttools/all --parallel -v"
- maxTimeInSeconds: 12000
- maxTimeBetweenOutput: 1200
- userMessageOnFailure: >
- Failed to build sources.
- - type: ExecuteCommand
- command: "{{.Env.ENV_PREFIX}} cmake --build . --target docs -v"
- maxTimeInSeconds: 12000
- maxTimeBetweenOutput: 1200
- userMessageOnFailure: >
- Failed to generate docs.
- - type: ExecuteCommand
- command: "cp -r {{.BuildDir}}/qtbase/doc/config {{.BuildDir}}/doc"
- maxTimeInSeconds: 12000
- maxTimeBetweenOutput: 1200
- userMessageOnFailure: "Failed to copy qtbase/doc/config to documentation directory."
- - type: ExecuteCommand
- command: "cp -r {{.BuildDir}}/qtbase/doc/global {{.BuildDir}}/doc"
- maxTimeInSeconds: 12000
- maxTimeBetweenOutput: 1200
- userMessageOnFailure: "Failed to copy qtbase/doc/global to documentation directory."
- - type: UploadArtifact
- archiveDirectory: '{{.BuildDir}}/doc'
- transferType: UploadModuleDocumentation
- maxTimeInSeconds: 1800
- maxTimeBetweenOutput: 1800
- enable_if:
- condition: property
- property: features
- contains_value: "Documentation"
+ - !include "{{qt/qt5}}/coin_qt_build_template.yaml"
Test:
- type: EnvironmentVariable