Skip to content

Commit

Permalink
Merge pull request #78 from dronekit/rr_update_circleci_build
Browse files Browse the repository at this point in the history
update circleci build script
  • Loading branch information
mrpollo committed Jan 29, 2016
2 parents 46656ee + de4b6d6 commit 2c11a4e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
machine:
pre:
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 20
environment:
LOGANALYZE_DIRPATH_LOG: dronekit-la-testdata-3dr

dependencies:
pre:
- sudo apt-get update -y
- sudo apt-get install -y build-essential
- sudo apt-get install -y g++
- sudo apt-get install -y libjsoncpp-dev libjsoncpp0
- sudo rm /usr/bin/g++ /usr/bin/gcc
- sudo ln -s /usr/bin/g++-4.9 /usr/bin/g++
- sudo ln -s /usr/bin/gcc-4.9 /usr/bin/gcc
- git submodule init
- git submodule update

Expand Down

0 comments on commit 2c11a4e

Please sign in to comment.