mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
CMake should be now preinstalled on OS X
https://github.com/travis-ci/travis-ci/issues/2408
This commit is contained in:
parent
8abc15f85e
commit
648c730bd2
@ -5,9 +5,6 @@ os:
|
||||
- osx
|
||||
|
||||
before_install:
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then curl http://www.cmake.org/files/v3.0/cmake-3.0.2-Darwin64-universal.tar.gz -o cmake.tar.gz; fi
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then tar xzf cmake.tar.gz; fi
|
||||
- if [ $TRAVIS_OS_NAME == osx ]; then export PATH=$PATH:"cmake-3.0.2-Darwin64-universal/CMake.app/Contents/bin"; fi
|
||||
- git submodule update --init
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user