Travis: ARM64 build

This commit is contained in:
Ștefan Talpalaru 2019-10-16 15:34:17 +02:00
parent c29216f32b
commit e3eaa7c7fb
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 7 additions and 0 deletions

View File

@ -15,9 +15,16 @@ git:
matrix:
include:
- os: linux
arch: amd64
sudo: required
before_install:
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
- os: linux
arch: arm64
sudo: required
before_install:
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
- sudo apt-get install -y libpcre3-dev
- os: osx
before_install:
- launchctl setenv LIBRARY_PATH /usr/local/lib # for RocksDB