Skip to content

Commit

Permalink
Merge branch 'develop' into acceleration_range
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Stack authored Mar 29, 2017
2 parents 03490a9 + ca9cdf2 commit 4cc9c80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ dependencies:
cache_directories:
- ~/.platformio
override:
- pip install --upgrade pip setuptools virtualenv
- pip install cpplint
# Used for deployment
- sudo apt-get update
- sudo apt-get install doxygen
- pip install cpplint

# Used for deployment
- npm install

# Don't install PlatformIO if it's already been set up; it takes forever
- if [ ! -f "~/.platformio/appstate.json" ]; then scripts/setup_platformio.sh; fi

Expand Down

0 comments on commit 4cc9c80

Please sign in to comment.