Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
d378e384
Commit
d378e384
authored
Sep 15, 2017
by
Edward Thomson
Committed by
GitHub
Sep 15, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4347 from pks-t/pks/appveyor-vs2015
Fix AppVeyor build failures due to CRTDBG linking issue
parents
e098b5f5
03a95bc5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
CMakeLists.txt
+1
-1
appveyor.yml
+14
-4
No files found.
CMakeLists.txt
View file @
d378e384
...
...
@@ -173,7 +173,7 @@ IF (MSVC)
IF
(
MSVC_CRTDBG
)
SET
(
GIT_MSVC_CRTDBG 1
)
SET
(
CRT_FLAG_DEBUG
"
${
CRT_FLAG_DEBUG
}
"
)
SET
(
CMAKE_C_STANDARD_LIBRARIES
"
${
CMAKE_C_STANDARD_LIBRARIES
}
"
"
Dbghelp.lib"
)
SET
(
CMAKE_C_STANDARD_LIBRARIES
"
${
CMAKE_C_STANDARD_LIBRARIES
}
Dbghelp.lib"
)
ENDIF
()
# /Zi - Create debugging information
...
...
appveyor.yml
View file @
d378e384
...
...
@@ -9,13 +9,23 @@ environment:
GITTEST_INVASIVE_FS_SIZE
:
1
matrix
:
-
GENERATOR
:
"
Visual
Studio
11"
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
GENERATOR
:
"
Visual
Studio
10
2010"
ARCH
:
32
-
GENERATOR
:
"
Visual
Studio
11
Win64"
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
GENERATOR
:
"
Visual
Studio
10
2010
Win64"
ARCH
:
64
-
GENERATOR
:
"
MSYS
Makefiles"
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
GENERATOR
:
"
Visual
Studio
14
2015"
ARCH
:
32
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
GENERATOR
:
"
Visual
Studio
14
2015
Win64"
ARCH
:
64
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
GENERATOR
:
"
MSYS
Makefiles"
ARCH
:
i686
# this is for 32-bit MinGW-w64
-
GENERATOR
:
"
MSYS
Makefiles"
-
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
GENERATOR
:
"
MSYS
Makefiles"
ARCH
:
64
cache
:
-
i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment