File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ IF (MSVC)
173173 IF (MSVC_CRTDBG)
174174 SET (GIT_MSVC_CRTDBG 1)
175175 SET (CRT_FLAG_DEBUG "${CRT_FLAG_DEBUG} " )
176- SET (CMAKE_C_STANDARD_LIBRARIES "${CMAKE_C_STANDARD_LIBRARIES} " " Dbghelp.lib" )
176+ SET (CMAKE_C_STANDARD_LIBRARIES "${CMAKE_C_STANDARD_LIBRARIES} Dbghelp.lib" )
177177 ENDIF ()
178178
179179 # /Zi - Create debugging information
Original file line number Diff line number Diff line change @@ -9,13 +9,23 @@ environment:
99 GITTEST_INVASIVE_FS_SIZE : 1
1010
1111 matrix :
12- - GENERATOR : " Visual Studio 11"
12+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2013
13+ GENERATOR : " Visual Studio 10 2010"
1314 ARCH : 32
14- - GENERATOR : " Visual Studio 11 Win64"
15+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2013
16+ GENERATOR : " Visual Studio 10 2010 Win64"
1517 ARCH : 64
16- - GENERATOR : " MSYS Makefiles"
18+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
19+ GENERATOR : " Visual Studio 14 2015"
20+ ARCH : 32
21+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
22+ GENERATOR : " Visual Studio 14 2015 Win64"
23+ ARCH : 64
24+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
25+ GENERATOR : " MSYS Makefiles"
1726 ARCH : i686 # this is for 32-bit MinGW-w64
18- - GENERATOR : " MSYS Makefiles"
27+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
28+ GENERATOR : " MSYS Makefiles"
1929 ARCH : 64
2030cache :
2131- i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
You can’t perform that action at this time.
0 commit comments