mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 18:11:38 +08:00
added Qt6 appveyor builds
This commit is contained in:
parent
687c23a654
commit
d99637398a
11
appveyor.yml
11
appveyor.yml
@ -37,6 +37,12 @@ environment:
|
|||||||
CMAKE_GENERATOR: "Visual Studio 16 2019"
|
CMAKE_GENERATOR: "Visual Studio 16 2019"
|
||||||
CMAKE_BUILDFLAGS: /verbosity:minimal /maxcpucount
|
CMAKE_BUILDFLAGS: /verbosity:minimal /maxcpucount
|
||||||
|
|
||||||
|
- QTABI: msvc2019_64
|
||||||
|
COMPILER: MSVC
|
||||||
|
QTVER: 6.3.0
|
||||||
|
CMAKE_GENERATOR: "Visual Studio 16 2019"
|
||||||
|
CMAKE_BUILDFLAGS: /verbosity:minimal /maxcpucount
|
||||||
|
|
||||||
# - QTABI: mingw81_64
|
# - QTABI: mingw81_64
|
||||||
# COMPILER: MinGW
|
# COMPILER: MinGW
|
||||||
# MINGWDIR: C:\Qt\Tools\mingw810_64
|
# MINGWDIR: C:\Qt\Tools\mingw810_64
|
||||||
@ -48,6 +54,11 @@ environment:
|
|||||||
QTVER: 5.15
|
QTVER: 5.15
|
||||||
CMAKE_GENERATOR: "Unix Makefiles"
|
CMAKE_GENERATOR: "Unix Makefiles"
|
||||||
|
|
||||||
|
- QTABI: gcc_64
|
||||||
|
COMPILER: GCC
|
||||||
|
QTVER: 6.2
|
||||||
|
CMAKE_GENERATOR: "Unix Makefiles"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
# AppVeyor builds are ordered by the image list:
|
# AppVeyor builds are ordered by the image list:
|
||||||
- Visual Studio 2019
|
- Visual Studio 2019
|
||||||
|
Loading…
Reference in New Issue
Block a user