[geos-commits] r4351 - trunk

Mateusz Loskot mateusz at loskot.net
Tue Mar 21 02:09:15 PDT 2017


Author: mloskot
Date: 2017-03-21 02:09:15 -0700 (Tue, 21 Mar 2017)
New Revision: 4351

Modified:
   trunk/appveyor.yml
Log:
AppVeyor: Remove -DDGEOS_BUILD_SHARED=OFF as currently tests link against shared

Modified: trunk/appveyor.yml
===================================================================
--- trunk/appveyor.yml	2017-03-20 23:53:52 UTC (rev 4350)
+++ trunk/appveyor.yml	2017-03-21 09:09:15 UTC (rev 4351)
@@ -20,19 +20,20 @@
 
 environment:
   matrix:
-    - PLATFORM: x86
+    - PLATFORM: x86
       GENERATOR: "Visual Studio 14 2015"
-    - PLATFORM: x64
+    - PLATFORM: x64
       GENERATOR: "Visual Studio 14 2015 Win64"
 
 init:
-  - ps: |
-      Write-Host "Build worker environment variables:" -ForegroundColor Magenta
-      Get-ChildItem Env: | %{"{0}={1}" -f $_.Name,$_.Value}
+  - ps: 'Write-Host "Building GEOS branch: $env:APPVEYOR_REPO_BRANCH" -ForegroundColor'
+  #- ps: |
+  #  Write-Host "Build worker environment variables:" -ForegroundColor Magenta
+  #      Get-ChildItem Env: | %{"{0}={1}" -f $_.Name,$_.Value}
 
 before_build:
   - ps: 'Write-Host "Running cmake: $env:GENERATOR" -ForegroundColor Magenta'
-  - cmake.exe -G "%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DGEOS_ENABLE_TESTS=OFF -DGEOS_BUILD_SHARED=OFF %APPVEYOR_BUILD_FOLDER%
+  - cmake.exe -G "%GENERATOR%" -DCMAKE_BUILD_TYPE=%CONFIGURATION% -DGEOS_ENABLE_TESTS=OFF %APPVEYOR_BUILD_FOLDER%
 
 build_script:
   - ps: 'Write-Host "Running cmake --build:" -ForegroundColor Magenta'



More information about the geos-commits mailing list