Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-87580

Add minimal set of tests to build for static Qt configs in Coin

XMLWordPrintable

      With qmake (afaik) we never built tests and examples for static Qt configs (iOS, WebAssembly, any host platform).
      One of the main reasons is the blow up in artifact size due to linking Qt to each of the test and examples.

      With the new CI yaml instructions and CMake, what we could do is add a feature that enables the building of a very small subset of examples and tests, and then add such configs to the CI.

      This would ensure the artifact size does not explode, and allow us to catch build regressions for configs that we never tested before.

      We could also keep it limited to qtbase first.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            alexandru.croitor Alexandru Croitor
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes