-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4040 from supercollider/3.10
Merge 3.10 into develop
- Loading branch information
Showing
12 changed files
with
361 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
#!/bin/sh | ||
|
||
brew update | ||
brew tap homebrew/versions | ||
brew outdated cmake || brew upgrade cmake | ||
export BREW_NO_AUTO_UPDATE=1 | ||
export BREW_NO_ANALYTICS=1 | ||
|
||
# according to https://docs.travis-ci.com/user/caching#ccache-cache | ||
brew install ccache | ||
export PATH="/usr/local/opt/ccache/libexec:$PATH" | ||
|
||
brew install libsndfile || true | ||
brew install portaudio || true | ||
brew install qt5 || true | ||
brew link qt5 --force | ||
|
||
# To get less noise in xcode output | ||
gem install xcpretty | ||
gem install xcpretty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
#!/bin/sh | ||
|
||
cmake -G"Xcode" -DRULE_LAUNCH_COMPILE=ccache -DCMAKE_PREFIX_PATH=`brew --prefix qt5` -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 $TRAVIS_BUILD_DIR --debug-output | ||
cmake -G"Xcode" \ | ||
-DRULE_LAUNCH_COMPILE=ccache \ | ||
-DCMAKE_PREFIX_PATH=`brew --prefix qt5` \ | ||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 \ | ||
-DSUPERNOVA=ON \ | ||
$TRAVIS_BUILD_DIR --debug-output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.