summaryrefslogtreecommitdiff
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Remove dummy test instructionsToni Saario2022-09-071-5/+1
| | | | | | | These cause Coin to spawn VM for setting one env variable. Change-Id: I3dd40dbfde580a042d54939ea07623e07cdc1b56 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Revert "CMake: Temporarily remove the yaml instruction files"Alexandru Croitor2020-06-111-0/+15
| | | | | | | | | | | | | | | | | There's a new dev branch in qtqa which we can use for CMake builds that need module_config.yaml files. Reverting this in the dev branch makes sure not to break other 5.x branches that use qtqa/master, making sure the repo is built with the old Coin hardcoded instructions, instead of the yaml Coin instructions. This reverts commit d4c8d29883ab2274e14c36b816d9dc123f633b3e. Task-number: QTBUG-84233 Change-Id: If18d64a7bcc8a316d0256ecf8b6d276990fdd454 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CMake: Temporarily remove the yaml instruction filesAlexandru Croitor2020-06-041-15/+0
| | | | | | | | | | | | | | The qtqa master branch is used for other branches than dev, like 5.12 and 5.15, and it blocks integrations there. Remove the yaml instruction files to unblock those branches, while we figure out how to make it work. Amends 81e3c42381bd7def1abe9c4486981bc544b759cc Change-Id: Ie7ee79fefde3eeeb65af45da29d4477956ec454b Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* CMake: Port qtqa to CMakeAlexandru Croitor2020-06-021-0/+15
Some parts were not ported because they were deemed unnecessary for now. This includes the scripts directory (which has a bunch perl scripts wrapped in qmake make targets), and the tests/prebuild directory which only has the perl license checking script. The following 3 projects were made standalone buildable, to support the same use case that Coin does with qmake (calling qmake directly on those projects), even though some of them might not be necessary anymore: scripts, tests, tests/postbuild/bic (arguably the only one needed). Task-number: QTBUG-84233 Change-Id: I6f151f9044a61f4ddbd029351c5ebf225f1bf82d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Adam <cristian.adam@qt.io>