Add an ARM64 build on Travis.
authorDan Fandrich <dan@coneharvesters.com>
Wed, 16 Oct 2019 20:26:04 +0000 (22:26 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 16 Oct 2019 20:39:08 +0000 (22:39 +0200)
.travis.yml

index 9c122a7..ca7dd25 100644 (file)
@@ -127,10 +127,15 @@ matrix:
     cache:
       directories:
         - $HOME/failmalloc
+  - env: CONFIG=normal DIST=bionic
+    arch: arm64
+    os: linux
+    dist: bionic
+    compiler: gcc
 
 before_install:
   # The apt addons section is ignored on bionic for some reason
-  - if [ "$DIST" = "bionic" ] ; then sudo apt-get install -y autopoint; fi
+  - if [ "$DIST" = "bionic" ] ; then sudo apt-get install -y autopoint gettext libtool; fi
 
 install:
   - |