summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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: