Skip to content

Commit

Permalink
Updated mac build with extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jan 9, 2019
1 parent 14c9512 commit fcabf95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit fcabf95

Please sign in to comment.