aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-05-16 13:51:15 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-05-17 08:29:56 -0700
commitf60166c1b31f66458e2ffc48425c4bccfffdb0ee (patch)
treeaa8b72c5f3dd1df69936a9e56ab4d0c714894b1b /.travis.yml
parent10495353eaf3287bc1296051415ab318fd41461f (diff)
downloadriscv-tools-f60166c1b31f66458e2ffc48425c4bccfffdb0ee.zip
riscv-tools-f60166c1b31f66458e2ffc48425c4bccfffdb0ee.tar.gz
riscv-tools-f60166c1b31f66458e2ffc48425c4bccfffdb0ee.tar.bz2
Bump all the submodules from the debug-0.13 -> priv-1.10 merge
This also makes Travis run the debug tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3100a4b..2c65b48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ addons:
- texinfo
- python-pexpect
- libusb-1.0-0-dev
+ - device-tree-compiler
env:
global:
@@ -50,5 +51,5 @@ install: travis_wait
script:
- ./build.sh
- #- cd riscv-tests/build
- #- make debug-check
+ - cd riscv-tests/build
+ - make debug-check || (tail debug/*.log; exit 1)