aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-19 21:01:10 -0400
committerGitHub <noreply@github.com>2020-09-19 21:01:10 -0400
commite8b32195c04a62ffd636ed260a3c28f0cd8f87b3 (patch)
tree73352415e147c90fe73f0ad9416a878d9042c6ab /appveyor.cmd
parent8a2fa05b14244f179d9bb127c6cb23c72d3bf2ae (diff)
parentf4fdd3cd0c797e16b8edd995c58da29aacfa0d84 (diff)
downloadwix-e8b32195c04a62ffd636ed260a3c28f0cd8f87b3.tar.gz
wix-e8b32195c04a62ffd636ed260a3c28f0cd8f87b3.tar.bz2
wix-e8b32195c04a62ffd636ed260a3c28f0cd8f87b3.zip
Merge pull request #19 from wixtoolset/bob/armandnoleg
Remove 32-bit ARM support.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index c54f9161..54199392 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -8,12 +8,10 @@ msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b
8 8
9msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b 9msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b
10msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b 10msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b
11msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 || exit /b
12msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b 11msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b
13 12
14msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b 13msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b
15msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b 14msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b
16msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v142 || exit /b
17msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b 15msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b
18 16
19msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b 17msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b