diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd new file mode 100644 index 00000000..63302e89 --- /dev/null +++ b/appveyor.cmd | |||
@@ -0,0 +1,13 @@ | |||
1 | @setlocal | ||
2 | @pushd %~dp0 | ||
3 | |||
4 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp | ||
5 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140_xp | ||
6 | |||
7 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp | ||
8 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp | ||
9 | |||
10 | msbuild -p:Configuration=Release -t:PackNativeNuget src\wcautil\wcautil.vcxproj | ||
11 | |||
12 | @popd | ||
13 | @endlocal \ No newline at end of file | ||