Skip to content

Commit 823f919

Browse files
committed
AppVeyor online build with VS2019
also increase the program version to distinguish the used compilers
1 parent 98cd6f3 commit 823f919

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build: false
2-
version: 0.7.1.{build}
3-
image: Visual Studio 2013
2+
version: 0.7.2.{build}
3+
image: Visual Studio 2019
44
clone_depth: 1
55
environment:
66

@@ -15,7 +15,7 @@ environment:
1515
PLATFORM: x64
1616

1717
test_script:
18-
- Msbuild.exe graphstudionext.v12.sln /m /t:graphstudionext /p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%
18+
- Msbuild.exe graphstudionext.v142.sln /m /t:graphstudionext /p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%
1919

2020
artifacts:
2121

src/VersionNo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#define VERSION_MAJOR 0
77
#define VERSION_MINOR 7
8-
#define VERSION_REVISION 1
8+
#define VERSION_REVISION 2
99

1010
#if ENV_BUILD_NR > 0
1111
#define VERSION_BUILD ENV_BUILD_NR

0 commit comments

Comments
 (0)