8 Commits

Author SHA1 Message Date
Peter Hartmann
e954fb8aa1
CI: Use the native backends on Windows also for Qt 6 (#194)
Resolves #164
2022-06-06 07:06:07 +02:00
Peter Hartmann
10050af5b9
CI: Use OpenGL backend on Windows (#190)
We currently don't support the D3D11 backend, since we rely on
OpenGL functionality when rendering textures, see e.g.
qskCreateTextureRaster().
2022-05-04 08:49:39 +02:00
Peter Hartmann
0663b2febd
CI: Also give Windows apps a start size (#189)
Apparently they need that just like on MacOS
2022-05-03 09:15:09 +02:00
Peter Hartmann
0e6522a4af
CI: Add smoke testing (#186) 2022-04-22 07:31:49 +02:00
Peter Hartmann
da85f3f644
CI system: Add builds for Qt LTS (6.2) and the current Qt version (6.3) (#184)
* CI system: Add Windows version to output

* CI system: Also build for Qt LTS version (currently 6.2)

* CI system: Also build for current Qt version (currently 6.3)

Resolves #180
2022-04-19 16:07:37 +02:00
Peter Hartmann
eb771f8328
CI: Add MacOS build (#178) 2022-04-13 21:07:00 +02:00
Peter Hartmann
6d9dcbcf91
CI: Use jom to parallelize the build (#177)
... and use powershell after all
2022-04-13 12:40:19 +02:00
Peter Hartmann
b8a9264c4f
github build action for Linux and Windows (#175)
* initial github build action

* Github actions: Install Qt 5.15

... We use a specific Github Action for this, since the current Qt
version shipping with Ubuntu is too old.

* Github Action: Cache Qt installation

* Github Action: Build on Linux and Windows

Co-authored-by: Richard Spindler <oracle@propirate.net>
2022-04-13 07:23:36 +02:00