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

git at osgeo.org git at osgeo.org
Fri Jun 21 17:33:44 PDT 2024


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  d84cf1aec56c9948f4f22dfbbbd331f61c32b132 (commit)
      from  18e84710f1cd9e41e78875a09c251a792e0ac536 (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 d84cf1aec56c9948f4f22dfbbbd331f61c32b132
Author: Mike Taves <mwtoews at gmail.com>
Date:   Sat Jun 22 12:09:30 2024 +1200

    CI: catch non-zero %ERRORLEVEL%

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9f2c95f82..73760cccc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -398,7 +398,9 @@ jobs:
           -D BUILD_SHARED_LIBS=ON ^
           -D USE_CCACHE=ON ^
           ..
+        IF %ERRORLEVEL% NEQ 0 exit
         cmake --build . --config ${{ matrix.ci.build_type }} -j 4
+        IF %ERRORLEVEL% NEQ 0 exit
         ccache --show-stats --verbose
 
     - name: Save build cache

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list