[geos-commits] [SCM] GEOS branch main updated. 50b555468daaea9f0676f15205507ceac70abef7

git at osgeo.org git at osgeo.org
Sun Oct 31 16:56:01 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  50b555468daaea9f0676f15205507ceac70abef7 (commit)
      from  1262dc9bc1cd0849c75517b4d6655823376a8b33 (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 50b555468daaea9f0676f15205507ceac70abef7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 16:54:07 2021 -0700

    Add MSCV 2022 to GH Actions

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 44c463835..d4477597b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -184,6 +184,26 @@ jobs:
        cmake --build . -j 2
        ctest --output-on-failure .
 
+  windows-msvc-22:
+    name: 'Windows (Visual Studio 2022, Release, windows-2022)'
+    runs-on: windows-2022
+    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=14 -DBUILD_SHARED_LIBS=ON ..
+       cmake --build . --config Release -j 2
+
+    - name: 'Test'
+      run: |
+       cd build
+       ctest --output-on-failure -C Release
+
   windows-msvc-19:
     name: 'Windows (Visual Studio 2019, Release, windows-2019)'
     runs-on: windows-2019
@@ -197,7 +217,7 @@ jobs:
        cd build
        cmake --version
        cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -DBUILD_SHARED_LIBS=ON ..
-       cmake --build . --config Release
+       cmake --build . --config Release -j 2
 
     - name: 'Test'
       run: |
@@ -217,7 +237,7 @@ jobs:
        cd build
        cmake --version
        cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=11 -DBUILD_SHARED_LIBS=ON ..
-       cmake --build . --config Release
+       cmake --build . --config Release -j 2
 
     - name: 'Test'
       run: |

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list