[geos-commits] [SCM] GEOS branch master updated. 15d277617763820bee38423d20cdc95731c1bffd

git at osgeo.org git at osgeo.org
Mon Aug 10 15:20:18 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  15d277617763820bee38423d20cdc95731c1bffd (commit)
      from  8b844facb246eb7eb9ab2791aeb07886eeea4a9d (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 15d277617763820bee38423d20cdc95731c1bffd
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Mon Aug 10 15:20:13 2020 -0700

    Add ARM64 build host to travis matrix

diff --git a/.travis.yml b/.travis.yml
index 682461e..9782e7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -118,6 +118,20 @@ matrix:
       env:
         - E="TOOL=autotools_scanbuild && BUILD_TYPE=Release && ARCH=-m64"
 
+    - os: linux
+      dist: bionic
+      arch: arm64
+      cache:
+        apt: true
+        directories:
+          - $HOME/.ccache
+      addons:
+        apt:
+          sources: *sources
+          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 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list