File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- brew update
4
- brew tap homebrew/versions
5
- brew outdated cmake || brew upgrade cmake
3
+ export BREW_NO_AUTO_UPDATE=1
4
+ export BREW_NO_ANALYTICS=1
6
5
7
6
# according to https://docs.travis-ci.com/user/caching#ccache-cache
8
7
brew install ccache
9
8
export PATH=" /usr/local/opt/ccache/libexec:$PATH "
10
9
11
10
brew install libsndfile || true
11
+ brew install portaudio || true
12
12
brew install qt5 || true
13
13
brew link qt5 --force
14
14
15
15
# To get less noise in xcode output
16
- gem install xcpretty
16
+ gem install xcpretty
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- cmake -G" Xcode" -DRULE_LAUNCH_COMPILE=ccache -DCMAKE_PREFIX_PATH=` brew --prefix qt5` -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 $TRAVIS_BUILD_DIR --debug-output
3
+ cmake -G" Xcode" \
4
+ -DRULE_LAUNCH_COMPILE=ccache \
5
+ -DCMAKE_PREFIX_PATH=` brew --prefix qt5` \
6
+ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 \
7
+ -DSUPERNOVA=ON \
8
+ $TRAVIS_BUILD_DIR --debug-output
You can’t perform that action at this time.
0 commit comments