[geos-commits] r4213 - trunk

Mateusz Loskot mateusz at loskot.net
Tue Jun 7 16:29:27 PDT 2016


Author: mloskot
Date: 2016-06-07 16:29:27 -0700 (Tue, 07 Jun 2016)
New Revision: 4213

Modified:
   trunk/appveyor.yml
Log:
AppVeyor: Fix CMake build folder location

Modified: trunk/appveyor.yml
===================================================================
--- trunk/appveyor.yml	2016-06-07 23:21:31 UTC (rev 4212)
+++ trunk/appveyor.yml	2016-06-07 23:29:27 UTC (rev 4213)
@@ -37,7 +37,7 @@
         $G="Visual Studio 14 2015 Win64"
       }
       Write-Host "Running CMake:" -ForegroundColor Magenta
-      cmake.exe -G $G -DCMAKE_BUILD_TYPE=$env:CFG %APPVEYOR_BUILD_FOLDER%
+      cmake.exe -G $G -DCMAKE_BUILD_TYPE=$env:CFG $env:APPVEYOR_BUILD_FOLDER
       Write-Host "Running MSBuild:" -ForegroundColor Magenta
   - ps: 
 



More information about the geos-commits mailing list