summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2020-01-05 11:31:20 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2020-01-05 21:27:10 +1100
commit20ba934f66a56a9d301f0f694ba3555967fa744f (patch)
tree2f97bfb58b12d3dff3c854c34ef7df193169f14a
parent965971d5554693ac7d67704bc69835cfc5bd6def (diff)
downloadflac-20ba934f66a56a9d301f0f694ba3555967fa744f.tar.gz
travis: Add Aarch64 CI
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 784eca9c..0ae289c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,9 @@
language: c
+arch:
+ - amd64
+ - arm64
+
os:
- linux
- osx
@@ -18,6 +22,7 @@ env:
- BUILD_SYSTEM="cmake" CONFIGURE_OPTS=-DENABLE_64_BIT_WORDS=ON
install:
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -y install libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib; fi
+ - echo "TRAVIS_ARCH: $TRAVIS_ARCH"
- if [ $TRAVIS_OS_NAME = osx ]; then brew update ; brew install libogg; fi
script: