[geos-commits] [SCM] GEOS branch main updated. 88ec9b8944fb94ef03afd54938679b0670227000

git at osgeo.org git at osgeo.org
Fri Oct 29 10:59:31 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  88ec9b8944fb94ef03afd54938679b0670227000 (commit)
       via  5a2effad55b0d9c550035bb216f0810523a5c0b6 (commit)
       via  c9a114a78d39f58db593915ab86c32c980a8cc08 (commit)
      from  b541b57849a3148706ac2ce5f4a41453d50bde65 (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 88ec9b8944fb94ef03afd54938679b0670227000
Merge: b541b5784 5a2effad5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Oct 29 10:59:24 2021 -0700

    Merge branch 'eyal0-build_msys2_release' into main


commit 5a2effad55b0d9c550035bb216f0810523a5c0b6
Merge: b541b5784 c9a114a78
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Oct 29 10:57:49 2021 -0700

    Merge branch 'build_msys2_release' of https://github.com/eyal0/geos into eyal0-build_msys2_release


commit c9a114a78d39f58db593915ab86c32c980a8cc08
Author: eyal0 <109809+eyal0 at users.noreply.github.com>
Date:   Thu Oct 28 21:11:43 2021 -0600

    Add a mingw Release build to CI with updated msys2.

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 223cb7845..6ec0ebdb5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -157,6 +157,7 @@ jobs:
       uses: msys2/setup-msys2 at v2
       with:
         install: mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake make
+        update: true
 
     - name: 'Build'
       run: |
@@ -167,6 +168,31 @@ jobs:
        cmake --build . -j 2
        ctest --output-on-failure .
 
+  windows-mingw-release:
+    name: 'Windows (mingw-w64, Release, 11, x86_64, windows-2019)'
+    runs-on: windows-2019
+    defaults:
+      run:
+        shell: msys2 {0}
+    steps:
+    - name: 'Check Out'
+      uses: actions/checkout at v2
+
+    - name: 'Setup'
+      uses: msys2/setup-msys2 at v2
+      with:
+        install: mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake make
+        update: true
+
+    - name: 'Build'
+      run: |
+       mkdir build
+       cd build
+       cmake --version
+       cmake -DCMAKE_BUILD_TYPE=Release -G"MSYS Makefiles" ..
+       cmake --build . -j 2
+       ctest --output-on-failure .
+
   windows-msvc-19:
     name: 'Windows (Visual Studio 2019, Release, windows-2019)'
     runs-on: windows-2019

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

Summary of changes:
 .github/workflows/ci.yml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list