summaryrefslogtreecommitdiff
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Add Axivion configMatti Paaso2023-03-231-0/+62
| | | | | | | Task-number: QTQAINFRA-5244 Change-Id: I4cd9ef4b48b550d13cee111fed690993aed4c226 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Coin: Add core count configToni Saario2022-09-131-0/+4
| | | | | | | | | Reflects what has been configured in the Coin. Allows removing the rules from Coin and brings them visible. Pick-to: 6.3 6.4 Change-Id: Ic042a31b047e180584b08a0e0550cb962c72e14c Reviewed-by: Simo Fält <simo.falt@qt.io>
* coin: Use the generic coin_module_test_docs.yaml instructionsAlexandru Croitor2022-03-101-26/+1
| | | | | | | | | | | | | The old instructions uses the outdated BUILD_TESTING option, doesn't copy the additional support files and also prohibits switching to using configure instead of cmake, because it uses call_cmake directly. Use the new generic instructions like other repos. Pick-to: 6.2 6.3 Change-Id: I8374fb6be8e7790a4083d5f725fe2e577a869339 Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* CI: Run QDoc as part of testing cycleTopi Reinio2020-11-301-0/+26
| | | | | | | | | | | | | | | | | | | Run QDoc in generate phase on documentation in qttools, with specific environment variables set. These instruct QDoc to ignore documentation linking errors to other modules, and terminate with a non-zero exit code if other warnings exceed the limit set in each documentation project. Select a platform with 'TestDocs' feature for testing. This enables CI to block changes that introduce new documentation warnings. Task-number: QTBUG-78069 Change-Id: Ie743a68ed5dc49cfb06ea03cffa0eb64dbb1664e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* CMake: Enable enforcing CI testsAlexandru Croitor2020-07-131-1/+1
| | | | | | | | | | Any failing tests in CMake configurations will now prevent integrations to go through in this repository. Task-number: QTBUG-84886 Change-Id: Id374e7ad374363a08e4c68e5bc37ffc8ae06c596 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CMake: Enable iOS and Android configs in CoinAlexandru Croitor2020-04-091-9/+8
| | | | | Change-Id: I5494fca8721de0d1f54670882010a5e22970b80e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Convert QtTools testsLeander Beernaert2019-12-131-3/+2
| | | | | | Change-Id: I1666999af341f9dbc6dbb63d75a81c3b07adc316 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Add build instructions for coinSimon Hausmann2019-09-061-0/+14
The tests have not been ported yet and are omitted in this change. * Disable qdoc when requesting static libclang linkage with MSVC but the Qt build is not a release build. The object files cannot be mixed. * Fix the static libclang build on Linux by adding the missing pthreads linkage. * Fix duplicated resource names that break the build when linking statically. The name isn't referenced from anywhere and with cmake's object library support the Q_INIT_RESOURCE isn't necessary, so this local rename should be safe. Change-Id: Ic9bc126ef74700fe07ec5b1c9e408055f7141004 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>