aboutsummaryrefslogtreecommitdiffstats
path: root/coin/instructions
Commit message (Collapse)AuthorAgeFilesLines
* Fix license check ref branchSimo Fält2021-03-041-1/+1
| | | | | | | | It seems that the CURRENT_BRANCH won't work for release branch, while there is no such branch for qt6 submodules. Only tags. Change-Id: I5da7db35762025f8cb0bb2552512c209282e6f70 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix license_check reference license branchSimo Fält2021-03-021-1/+1
| | | | | | | | Change-Id: I32e70866b461fa0e2310a73c970da6b764c73064 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 79676495d188359b805c04ce4e983078772f4ca5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use Python3 as a default python with CISimo Fält2021-01-043-7/+21
| | | | | | | Change-Id: Ie1e439a714685a0e7129d0ca5beef4ff8d2c6bdb Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 4af4b4c23551b68d4b207c47054af21ec64e76bd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix typo in CI instructionsSimo Fält2020-12-301-1/+1
| | | | | | | Change-Id: Id9db186ce9585d4425471bc2d22dcfd9fb587380 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 2a2982339cd83107403cb73bf6f7451cac5f7b43) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use provisioned libClang instead of instaling our ownSimo Fält2020-12-231-0/+3
| | | | | | | Change-Id: Ia6fc5c49de1057f7119b88448dc757776bc8d9b8 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 8eb0e9da6330b7414f3e3281c63887bb9ef14d3a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add Qt6 install bin to PATH when running CI instructionsSimo Fält2020-12-031-0/+14
| | | | | Change-Id: Iceb4c929dc56778c3473156bc3d8680a5cf10eba Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Increase CI instruction timeout for outputSimo Fält2020-07-012-6/+6
| | | | | Change-Id: I2647e497eec68507c6c9bceaeea3e07524301d7b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-06-261-1/+1
|\ | | | | | | Change-Id: I75984f35bcdeeeb3b6004a00670f1582ab522c1b
| * Update virtualenv to 20.0.25Simo Fält2020-06-261-1/+1
| | | | | | | | | | | | | | | | Updating virtualenv version to 20.0.25 while previous started to fail. Also increasing the timeout value for output. Change-Id: I391c1c85d490b57cdbab41d5bfcba396384c1994 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | Use reference license header from correct branchSimo Fält2020-05-151-1/+1
|/ | | | | Change-Id: I18b509769697459a70a2053d8ee00eb98b63da66 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Sign windows binariesSimo Fält2020-02-191-1/+25
| | | | | | | | | | | To be able to sign windows binaries we need to split the setup call to two phases. First we build all binaries, then we call Qt CI's function to do the signing and finally we create the wheels. Task-number: PYSIDE-858 Change-Id: I759a5aa7284736cbac0883ee5fd017345168c8b4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Cleanup build and test instructions callsSimo Fält2020-02-192-233/+29
| | | | | | | | There is no need to specify seprate call for each target/host arch combination. Change-Id: I02afadace9bfb561476825182bff883b5f79bfa8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Split module config instructionsSimo Fält2020-02-196-0/+508
Change-Id: Ia0b47d0e264f00d859e20e18980b7899dddaba98 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>