mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-12 17:00:32 +08:00
add Appveyor-build for MacOS
This commit is contained in:
parent
86aa40afce
commit
ca35ef0322
26
appveyor.yml
26
appveyor.yml
@ -58,11 +58,17 @@ environment:
|
|||||||
COMPILER: GCC
|
COMPILER: GCC
|
||||||
QTVER: 6.2
|
QTVER: 6.2
|
||||||
CMAKE_GENERATOR: "Unix Makefiles"
|
CMAKE_GENERATOR: "Unix Makefiles"
|
||||||
|
|
||||||
|
- QTABI: macos
|
||||||
|
COMPILER: CLANG
|
||||||
|
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
|
||||||
- Ubuntu2004
|
- Ubuntu2004
|
||||||
|
- macos-monterey
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
@ -73,6 +79,8 @@ matrix:
|
|||||||
QTABI: mingw53_32
|
QTABI: mingw53_32
|
||||||
- image: Visual Studio 2019
|
- image: Visual Studio 2019
|
||||||
QTABI: msvc2015
|
QTABI: msvc2015
|
||||||
|
- image: Visual Studio 2019
|
||||||
|
QTABI: macos
|
||||||
- image: Ubuntu2004
|
- image: Ubuntu2004
|
||||||
QTABI: mingw81_64
|
QTABI: mingw81_64
|
||||||
- image: Ubuntu2004
|
- image: Ubuntu2004
|
||||||
@ -83,6 +91,20 @@ matrix:
|
|||||||
QTABI: msvc2015
|
QTABI: msvc2015
|
||||||
- image: Ubuntu2004
|
- image: Ubuntu2004
|
||||||
QTABI: mingw53_32
|
QTABI: mingw53_32
|
||||||
|
- image: Ubuntu2004
|
||||||
|
QTABI: macos
|
||||||
|
- image: macos-monterey
|
||||||
|
QTABI: msvc2015_64
|
||||||
|
- image: macos-monterey
|
||||||
|
QTABI: msvc2015
|
||||||
|
- image: macos-monterey
|
||||||
|
QTABI: mingw53_32
|
||||||
|
- image: macos-monterey
|
||||||
|
QTABI: gcc_64
|
||||||
|
- image: macos-monterey
|
||||||
|
QTABI: mingw81_64
|
||||||
|
- image: macos-monterey
|
||||||
|
QTABI: msvc2019_64
|
||||||
|
|
||||||
|
|
||||||
for:
|
for:
|
||||||
@ -145,12 +167,12 @@ for:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Linux (Ubuntu2004) and MacOS (Monterey)
|
||||||
# Linux (Ubuntu2004)
|
|
||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
- image: Ubuntu2004
|
- image: Ubuntu2004
|
||||||
|
- image: macos-monterey
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- sh: echo == INIT SYSTEM ENVIRONMENT ======================================================================
|
- sh: echo == INIT SYSTEM ENVIRONMENT ======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user