Skip to content

Commit

Permalink
Fixes travis build issue for SENSORS setup as well as closing #177.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbeanton committed Dec 5, 2016
1 parent 8438a1a commit 082298c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ script:

# Build CF2 with kalman estimator
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/make clean
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=CF2 DEBUG=1 ESTIMATOR=kalman SENSORS=task
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=CF2 DEBUG=1 ESTIMATOR=kalman

# Build CF2 with bosch sensors
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/make clean
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=CF2 SENSORS=bosch

# Build CF2 with TDMA
- docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/make clean
Expand Down

0 comments on commit 082298c

Please sign in to comment.