[geos-commits] [SCM] GEOS branch master updated. f6365c46a95487057df4eae97d4df9b2ba798dff

git at osgeo.org git at osgeo.org
Tue Mar 9 17:32:39 PST 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, master has been updated
       via  f6365c46a95487057df4eae97d4df9b2ba798dff (commit)
      from  1d69445459c3642a3c235a853548df3023f8ee7a (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 f6365c46a95487057df4eae97d4df9b2ba798dff
Author: Daniel Baston <dbaston at gmail.com>
Date:   Tue Mar 9 17:50:07 2021 -0500

    Add mingw-w64 build to GitHub Actions

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 024b558..5f5d540 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -105,5 +105,27 @@ jobs:
       shell: bash
 
 
+  windows:
+    name: 'Windows (mingw-w64, Debug, 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
+
+    - name: 'Build'
+      run: |
+       mkdir build
+       cd build
+       cmake --version
+       cmake -DCMAKE_BUILD_TYPE=Debug -G"MSYS Makefiles" ..
+       cmake --build . -j 2
+       ctest --output-on-failure .
 

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list