[geos-commits] [SCM] GEOS branch main updated. d6789e7a3195d76dc625b83f4c113d2c2329c193

git at osgeo.org git at osgeo.org
Wed Jun 30 15:59:47 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  d6789e7a3195d76dc625b83f4c113d2c2329c193 (commit)
      from  0e6e0e69d8b5757236bbc89d5192b172038384c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d6789e7a3195d76dc625b83f4c113d2c2329c193
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Jun 30 15:59:42 2021 -0700

    Add MSVC 2017 entry

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a4a3626..8623016 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -157,9 +157,9 @@ jobs:
        cmake --build . -j 2
        ctest --output-on-failure .
 
-  windows-msvc:
-    name: 'Windows (Visual Studio, Release, windows-latest)'
-    runs-on: windows-latest
+  windows-msvc-19:
+    name: 'Windows (Visual Studio 2019, Release, windows-latest)'
+    runs-on: windows-2019
     steps:
     - name: 'Check Out'
       uses: actions/checkout at v2
@@ -177,5 +177,23 @@ jobs:
        cd build
        ctest --output-on-failure -C Release
 
+  windows-msvc-17:
+    name: 'Windows (Visual Studio 2017, Release, windows-latest)'
+    runs-on: windows-2017
+    steps:
+    - name: 'Check Out'
+      uses: actions/checkout at v2
 
+    - name: 'Build'
+      run: |
+       mkdir build
+       cd build
+       cmake --version
+       cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=11 -DBUILD_SHARED_LIBS=ON ..
+       cmake --build . --config Release
+
+    - name: 'Test'
+      run: |
+       cd build
+       ctest --output-on-failure -C Release
 

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list