Skip to content

Commit 03a95bc

Browse files
committed
appveyor: add jobs to also build on Visual Studio 2015
In order to cover a wider range of build environments, add two more jobs which build and test libgit2 on Visual Studio 14 2015.
1 parent e1076db commit 03a95bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ environment:
1515
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
1616
GENERATOR: "Visual Studio 10 2010 Win64"
1717
ARCH: 64
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
1824
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
1925
GENERATOR: "MSYS Makefiles"
2026
ARCH: i686 # this is for 32-bit MinGW-w64

0 commit comments

Comments
 (0)