26 Commits

Author SHA1 Message Date
Uwe Rathmann
a8c1bb5c77 Qt5/Mac CI fixed 2024-06-17 12:21:06 +02:00
Uwe Rathmann
278fca26d7 CI: Fix builds on Mac 2024-06-17 11:51:36 +02:00
Vogel, Rick
9d4214d383 don't kill Xvfb 2024-02-01 11:56:07 +01:00
Vogel, Rick
c39146eecd add display to build command 2024-02-01 11:56:07 +01:00
Uwe Rathmann
315fa27d1e integration reenabled 2024-01-10 13:23:14 +01:00
Uwe Rathmann
79f91a57b6 Merge branch 'master' of https://github.com/uwerat/qskinny 2024-01-08 16:28:31 +01:00
Uwe Rathmann
d1fbfd4e43 install qtshadertools 2024-01-08 16:27:43 +01:00
Uwe Rathmann
f9c08c34fb FUNDING.yml added 2024-01-07 15:43:34 +01:00
Uwe Rathmann
69090a6079 disable Ninja multi config 2023-12-22 15:26:58 +01:00
Uwe Rathmann
3b60780cb6 Revert "disable integration test ( fails with Qt5 Ubuntu )"
This reverts commit 68a3ad3cd8e29fbf05d9fb8fcac473d551ae0bab.
2023-12-22 15:25:59 +01:00
Uwe Rathmann
68a3ad3cd8 disable integration test ( fails with Qt5 Ubuntu ) 2023-12-22 15:14:03 +01:00
Rick Vogel
101492fff7 use Ninja Multi-Config 2023-12-21 18:04:09 +01:00
Vogel, Rick
32eed71c21 reintegrate find package 2023-12-21 18:02:50 +01:00
Peter Hartmann
b309bc99d9 Add windows style 2023-05-09 07:49:48 +02:00
Peter Hartmann
93fdaf79e6 CI: Kill tasks forcefully on Windows
Otherwise we get the following error:

ERROR: The process with PID 5192 (child process of PID 1372) could not be terminated.
Reason: This process can only be terminated forcefully (with /F option).
2023-04-13 07:00:14 +02:00
Uwe Rathmann
843fb00d97 branch fixed 2023-04-05 18:37:55 +02:00
Uwe Rathmann
247dd38067 bye,bye qmake, say hello to cmake 2023-04-05 17:47:15 +02:00
Peter Hartmann
6c1c04c7be CI: Update current version from 6.3 to 6.4
Resolves #239
2022-12-22 08:18:45 +01: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