mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
travis: Build on Arm64 as well
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
language: c
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
@@ -17,7 +21,7 @@ env:
|
||||
- BUILD_SYSTEM="cmake" CONFIGURE_OPTS=
|
||||
- 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
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -y install gettext libtool-bin libogg-dev doxygen libxml2-utils w3c-sgml-lib; fi
|
||||
- if [ $TRAVIS_OS_NAME = osx ]; then brew update ; brew install libogg; fi
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user