aboutsummaryrefslogtreecommitdiffstats
path: root/coin
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>
* CI: Enable macOS 10.15Simo Fält2021-01-291-3/+0
| | | | | | | Change-Id: I12f9fde5507b452f0624d53045ec808a56ea1c63 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit f2e3e8d8d34c93dc8e61d0efd01a59f542abd94c) Reviewed-by: Simo Fält <simo.falt@qt.io>
* 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>
* Disable macOS 10.15 from pyside6 CI for nowSimo Fält2021-01-041-0/+3
| | | | | | | | | | There some enablers missing from VM template so it is now blocking the development. Change-Id: I6638fd62039e9bfe5f7f9f4c485e67139653176c Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 397c3ff1a56ed9a40edcb9ce447f54d859a7165f) 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>
* Adjust accepted CI configs for QtForPython version 6Simo Fält2020-11-301-28/+17
| | | | | Change-Id: I29dcee812fe15cdc05403eb9ce7146a1bad85dcf Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Remove MinGW from Qt for Python CI configSimo Fält2020-09-031-1/+1
| | | | | Change-Id: I5de9fee68979a39897610aeadf8a013f28a205e5 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-197-489/+516
| | | | | Change-Id: Ia0b47d0e264f00d859e20e18980b7899dddaba98 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Restore QTEST_ENVIRONMENT variable for test runSimo Fält2019-12-201-0/+3
| | | | | | | | | We were missing QTEST_ENVIRONMENT variable which is used to indicate that test is ran in Qt CI environment. Change-Id: I4dd1e54117bfd5d0fa9368a8c2638ebc0257eb72 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Take new Qt CI config into useSimo Fält2019-11-291-0/+546
Change-Id: I32fcdaa2df6a4bed4f3263875ab1ad272ad8ff8c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>