aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* 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>