We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019fd0a commit 693229dCopy full SHA for 693229d
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
CROSS_TOP=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
19
CROSS_SDK=iPhoneSimulator.sdk
20
21
-install: if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade cmake; fi
+# install: if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade cmake; fi
22
23
before_script:
24
- wget http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
@@ -31,3 +31,9 @@ script:
31
- mkdir build && cd build
32
- cmake -DCMAKE_BUILD_TYPE=Release $CMAKE_OPTIONS ..
33
- cmake --build . --config Release
34
+
35
+addons:
36
+ homebrew:
37
+ packages:
38
+ - cmake
39
+ update: false
0 commit comments