-
Notifications
You must be signed in to change notification settings - Fork 133
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 #84 from RoboCup-SSL/fix-utf
Fix utf
- Loading branch information
Showing
4 changed files
with
17 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,8 +31,10 @@ before_install: | |
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap cartr/qt4 ; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap-pin cartr/qt4 ; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt@4 ; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install [email protected] ; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ode --with-double-precision ; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew uninstall --ignore-dependencies python ; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install protobuf ; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap robotology/formulae ; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install robotology/formulae/ode ; fi | ||
|
||
install: | ||
# vartypes | ||
|
@@ -50,4 +52,4 @@ script: | |
- mkdir build && cd build | ||
- cmake .. | ||
- make | ||
- sudo make install | ||
- sudo make install |
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