Commit Graph

28 Commits

Author SHA1 Message Date
Rick Vogel 9beaa2ed58 fix dependency rules 2022-10-31 15:42:05 +01:00
Rick Vogel 8b7f82d1c0 manually fix prefix path 2022-10-31 15:37:58 +01:00
Rick Vogel 60d7b27333 change order of arguments 2022-10-31 15:28:25 +01:00
Rick Vogel d7694bc977 define CMAKE_PREFIX_PATH 2022-10-31 15:21:43 +01:00
Rick Vogel 747e9e9459 unify config naming 2022-10-31 12:00:33 +01:00
Rick Vogel 5af88cb767 add qt6 for all platforms 2022-10-31 11:48:41 +01:00
Rick Vogel b37a812445 added qt6 config 2022-10-31 11:39:26 +01:00
Rick Vogel 365d09f108 remove ambigous step 2022-10-31 11:27:49 +01:00
Rick Vogel 74118fd425 removed mingw; add platform delegate step 2022-10-31 11:20:32 +01:00
vrcomputing 553db796b7
add macos clang and wingw cmake paths 2022-10-31 09:03:39 +01:00
Rick Vogel e2c4ffeb22 add gcc qt cmake dir 2022-10-30 17:12:10 +01:00
Rick Vogel 9837fe333a fix missing newline 2022-10-28 14:47:10 +02:00
Rick Vogel 06518c03ae try extending config variables 2022-10-28 14:39:50 +02:00
Rick Vogel ae3b6f13e6 using qt dir from environment variable 2022-10-28 14:27:03 +02:00
Rick Vogel bd2a106b06 extend manual trigger 2022-10-28 14:18:37 +02:00
Rick Vogel 2b69ba4bef upgrade to jurplel/install-qt-action@v3 2022-10-28 14:11:33 +02:00
Rick Vogel 4b6d6d1bf6 enable manual workflow 2022-10-28 13:39:13 +02:00
Rick Vogel 37b67d29a3 try build vs2019 and Qt5 2022-10-28 13:32:53 +02:00
vrcomputing f6ad56c359
enable cmake action for specific branch 2022-10-28 12:56:25 +02:00
Rick Vogel 380ae19fc0 add github actions build matrix for cmake 2022-10-17 22:05:14 +02:00
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