Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jacktrip
Commits
f655d060
Unverified
Commit
f655d060
authored
Jul 24, 2020
by
Spencer Salazar
Committed by
GitHub
Jul 24, 2020
Browse files
Travis update (#81)
* fix osx travis build
parent
65e789a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
f655d060
...
...
@@ -25,13 +25,11 @@ addons:
-
librtaudio-dev
before_script
:
-
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
# manually install brew packages as addon
:
homebrew is broken in the default osx image
brew install $PKGS_OSX;
# mac
:
workaround for homebrew qmake not being symlinked into $PATH
# see https://stackoverflow.com/questions/48847505/why-cant-i-use-qmake-on-mac-after-installing-it
export PATH="/usr/local/opt/qt/bin:$PATH";
fi
# manually install brew packages as addon: homebrew is broken in the default osx image
-
if [ "$TRAVIS_OS_NAME" = "osx" ]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install $PKGS_OSX; fi
# mac: workaround for homebrew qmake not being symlinked into $PATH
# see https://stackoverflow.com/questions/48847505/why-cant-i-use-qmake-on-mac-after-installing-it
-
if [ "$TRAVIS_OS_NAME" = "osx" ]; then export PATH="/usr/local/opt/qt/bin:$PATH"; fi
script
:
-
cd src
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment