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

git at osgeo.org git at osgeo.org
Sun Oct 31 17:34:28 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  b620860731045350b43e642b5dea379865042e05 (commit)
      from  50b555468daaea9f0676f15205507ceac70abef7 (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 b620860731045350b43e642b5dea379865042e05
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Oct 31 17:34:23 2021 -0700

    Split out test phase in mingw test

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d4477597b..5a3368102 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -157,6 +157,10 @@ jobs:
        cmake --version
        cmake -DCMAKE_BUILD_TYPE=Debug -G"MSYS Makefiles" ..
        cmake --build . -j 2
+
+    - name: 'Test'
+      run: |
+       cd build
        ctest --output-on-failure .
 
   windows-mingw-release:
@@ -182,6 +186,10 @@ jobs:
        cmake --version
        cmake -DCMAKE_BUILD_TYPE=Release -G"MSYS Makefiles" ..
        cmake --build . -j 2
+
+    - name: 'Test'
+      run: |
+       cd build
        ctest --output-on-failure .
 
   windows-msvc-22:

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list