[geos-commits] [SCM] GEOS branch master updated. 9cecc5a2e0c757b3739edda19ed2aede42ca4bd7

git at osgeo.org git at osgeo.org
Mon Aug 10 16:52:21 PDT 2020


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  9cecc5a2e0c757b3739edda19ed2aede42ca4bd7 (commit)
      from  cb453a129912370400eaf74078f8c42da40e2ece (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 9cecc5a2e0c757b3739edda19ed2aede42ca4bd7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Aug 10 16:52:16 2020 -0700

    Add s390x build target to Travis matrix

diff --git a/.travis.yml b/.travis.yml
index 0ced51f..d8e7152 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -133,6 +133,21 @@ matrix:
       env:
         - E="TOOL=cmake && BUILD_TYPE=Release && CXX=clang++ && CC=clang"
 
+    - os: linux
+      dist: bionic
+      arch: s390x
+      cache:
+        apt: true
+        directories:
+          - $HOME/.ccache
+      addons:
+        apt:
+          sources:
+          - ubuntu-toolchain-r-test
+          packages: ['doxygen']
+      env:
+        - E="TOOL=cmake && BUILD_TYPE=Release && CXX=clang++ && CC=clang"
+
   allow_failures:
     - env: E="TOOL=autotools_scanbuild && BUILD_TYPE=Release && ARCH=-m64"
 

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

Summary of changes:
 .travis.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list