[geos-commits] r4360 - trunk

Mateusz Loskot mateusz at loskot.net
Tue Mar 21 04:23:04 PDT 2017


Author: mloskot
Date: 2017-03-21 04:23:03 -0700 (Tue, 21 Mar 2017)
New Revision: 4360

Modified:
   trunk/appveyor.yml
Log:
AppVeyor: bring back NMake x64

Modified: trunk/appveyor.yml
===================================================================
--- trunk/appveyor.yml	2017-03-21 10:49:09 UTC (rev 4359)
+++ trunk/appveyor.yml	2017-03-21 11:23:03 UTC (rev 4360)
@@ -36,6 +36,7 @@
   #      Get-ChildItem Env: | %{"{0}={1}" -f $_.Name,$_.Value}
   - if "%GENERATOR%"=="NMake Makefiles" if "%PLATFORM%"=="x86" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
   - if "%GENERATOR%"=="NMake Makefiles" if "%PLATFORM%"=="x64" "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
+  - if "%GENERATOR%"=="NMake Makefiles" if "%PLATFORM%"=="x64" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
 
 before_build:
   - ps: 'Write-Host "Running cmake: $env:GENERATOR" -ForegroundColor Magenta'



More information about the geos-commits mailing list