add Visual Studio 15 2017 test target
This commit is contained in:
parent
cc18bf67d5
commit
e9e6bf2728
@ -3,6 +3,9 @@ environment:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# x86 builds
|
# x86 builds
|
||||||
|
- GENERATOR: Visual Studio 15 2017
|
||||||
|
CONFIG: Release
|
||||||
|
SHARED_LIBS: ON
|
||||||
- GENERATOR: Visual Studio 14 2015
|
- GENERATOR: Visual Studio 14 2015
|
||||||
CONFIG: Release
|
CONFIG: Release
|
||||||
SHARED_LIBS: ON
|
SHARED_LIBS: ON
|
||||||
@ -17,6 +20,9 @@ environment:
|
|||||||
SHARED_LIBS: OFF
|
SHARED_LIBS: OFF
|
||||||
|
|
||||||
# x64 builds
|
# x64 builds
|
||||||
|
- GENERATOR: Visual Studio 15 2017 Win64
|
||||||
|
CONFIG: Release
|
||||||
|
SHARED_LIBS: ON
|
||||||
- GENERATOR: Visual Studio 14 2015 Win64
|
- GENERATOR: Visual Studio 14 2015 Win64
|
||||||
CONFIG: Release
|
CONFIG: Release
|
||||||
SHARED_LIBS: ON
|
SHARED_LIBS: ON
|
||||||
@ -31,7 +37,7 @@ environment:
|
|||||||
SHARED_LIBS: OFF
|
SHARED_LIBS: OFF
|
||||||
|
|
||||||
init:
|
init:
|
||||||
# update msys2
|
# update mysy2
|
||||||
- C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
|
- C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
|
||||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy"
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy"
|
||||||
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl"
|
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user