Skip to content

Commit 693229d

Browse files
committed
Try using homebrew Travis addon to make build faster.
1 parent 019fd0a commit 693229d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
CROSS_TOP=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
1919
CROSS_SDK=iPhoneSimulator.sdk
2020
21-
install: if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade cmake; fi
21+
# install: if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade cmake; fi
2222

2323
before_script:
2424
- wget http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
@@ -31,3 +31,9 @@ script:
3131
- mkdir build && cd build
3232
- cmake -DCMAKE_BUILD_TYPE=Release $CMAKE_OPTIONS ..
3333
- cmake --build . --config Release
34+
35+
addons:
36+
homebrew:
37+
packages:
38+
- cmake
39+
update: false

0 commit comments

Comments
 (0)