Skip to content

Commit

Permalink
Enable CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Sep 26, 2016
1 parent a3e625f commit 43a55de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ before_install:
&& wget https://s3.amazonaws.com/px4-travis/toolchain/macos/ninja
&& sudo mv ninja /usr/local/bin
&& chmod +x /usr/local/bin/ninja
&& wget https://s3.amazonaws.com/px4-travis/toolchain/macos/cmake
&& sudo mv cmake /usr/local/bin
&& chmod +x /usr/local/bin/cmake
;
fi

Expand Down

0 comments on commit 43a55de

Please sign in to comment.