summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDominic Spill <dominicgs@gmail.com>2016-02-15 17:34:46 +0000
committerDominic Spill <dominicgs@gmail.com>2016-02-15 17:34:46 +0000
commitd9bd147bc9d6b760773a6da2f5895256ea81be76 (patch)
tree416594a96af6efec027f9190c3581470c7fbdd30 /.travis.yml
parentb59d84ed3d75970136b3370e8d2a28aca36c21f8 (diff)
Another attempt to build firmware from Travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e16d15e..517d32b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,11 +24,10 @@ script:
- mkdir host/build
- pushd host/build
- cmake -DLIBBTBB_INCLUDE_DIR=/tmp/libbtbb-master/lib/src -DLIBBTBB_LIBRARIES=/tmp/libbtbb-master/build/lib/src/libbtbb.so ..
- - make
+ - make VERBOSE=1
- popd
- pushd firmware
-# - export CROSS_COMPILE="/tmp/gcc-arm-none-eabi-5_2-2015q4/bin/arm-none-eabi-"
- - DFU_TOOL="../../host/build/ubertooth-tools/src/ubertooth-dfu" make
+ - CROSS_COMPILE="/tmp/gcc-arm-none-eabi-5_2-2015q4/bin/arm-none-eabi-" DFU_TOOL="../../host/build/ubertooth-tools/src/ubertooth-dfu" make
addons:
apt: