Skip to content

Commit

Permalink
Configure non-interactive builds, drop git config
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Apr 18, 2019
1 parent 2caa41a commit 48788cb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,13 @@ addons:
# ROBOTICSLAB
- libspnav-dev

before_install:
#-- Configure Git (needed by YCM)
- if [ ! `git config --get user.email` ]; then `git config --global user.email '[email protected]'`; fi
- if [ ! `git config --get user.name` ]; then `git config --global user.name 'Travis CI'`; fi

install:
#-- Install ROBOTICSLAB deps
- sudo apt-get install libxwiimote-dev

before_script:
- mkdir build && cd "$_"
- cmake .. -DCMAKE_INSTALL_PREFIX="$PWD/install-system"
- cmake .. -DCMAKE_INSTALL_PREFIX="$PWD/install-system" -DNON_INTERACTIVE_BUILD=ON

script:
- make install
Expand Down

0 comments on commit 48788cb

Please sign in to comment.