mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Make VS 2013 the oldest tested VS version
This is part of removing support for VS versions older than VS 2013. See #2465 for details and feedback. Related to #2465
This commit is contained in:
parent
cf29ff2b9d
commit
d2058526cc
@ -15,10 +15,10 @@ environment:
|
|||||||
- GENERATOR: MinGW Makefiles
|
- GENERATOR: MinGW Makefiles
|
||||||
BUILD_SHARED_LIBS: OFF
|
BUILD_SHARED_LIBS: OFF
|
||||||
CFLAGS: -Werror
|
CFLAGS: -Werror
|
||||||
- GENERATOR: Visual Studio 10 2010
|
- GENERATOR: Visual Studio 12 2013
|
||||||
BUILD_SHARED_LIBS: ON
|
BUILD_SHARED_LIBS: ON
|
||||||
CFLAGS: /WX
|
CFLAGS: /WX
|
||||||
- GENERATOR: Visual Studio 10 2010
|
- GENERATOR: Visual Studio 12 2013
|
||||||
BUILD_SHARED_LIBS: OFF
|
BUILD_SHARED_LIBS: OFF
|
||||||
CFLAGS: /WX
|
CFLAGS: /WX
|
||||||
matrix:
|
matrix:
|
||||||
@ -35,7 +35,7 @@ for:
|
|||||||
-
|
-
|
||||||
matrix:
|
matrix:
|
||||||
only:
|
only:
|
||||||
- GENERATOR: Visual Studio 10 2010
|
- GENERATOR: Visual Studio 12 2013
|
||||||
build_script:
|
build_script:
|
||||||
- cmake -S . -B build -G "%GENERATOR%" -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS%
|
- cmake -S . -B build -G "%GENERATOR%" -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS%
|
||||||
- cmake --build build --target glfw
|
- cmake --build build --target glfw
|
||||||
|
Loading…
Reference in New Issue
Block a user