Updated mac build with extra dependencies

This commit is contained in:
Syrus 2019-01-09 15:23:22 -08:00
parent 14c9512cf4
commit fcabf95f41

View File

@ -39,6 +39,10 @@ jobs:
curl -O https://cmake.org/files/v3.4/cmake-3.4.1-Darwin-x86_64.tar.gz
tar xf cmake-3.4.1-Darwin-x86_64.tar.gz
export PATH="`pwd`/cmake-3.4.1-Darwin-x86_64/CMake.app/Contents/bin:$PATH"
- run:
name: Install libffi dependencies
command: |
brew install autoconf automake libtool
- run:
name: Install Rust
command: |
@ -116,6 +120,10 @@ jobs:
curl -O https://cmake.org/files/v3.4/cmake-3.4.1-Darwin-x86_64.tar.gz
tar xf cmake-3.4.1-Darwin-x86_64.tar.gz
export PATH="`pwd`/cmake-3.4.1-Darwin-x86_64/CMake.app/Contents/bin:$PATH"
- run:
name: Install libffi dependencies
command: |
brew install autoconf automake libtool
- run:
name: Install Rust
command: |