diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-05-17 13:04:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 13:04:57 -0700 |
commit | 58a992068cba1c192df2a824efa39f50bff628ee (patch) | |
tree | 067172650cc8ebe62defb89aea79e79b7c6ca3f9 /.travis.yml | |
parent | cf7369999779bc78bcc5a8a6fe6187363b23247a (diff) | |
parent | 625e7e4fd0e44fa01b30e176a7e6e0b96bb206eb (diff) | |
download | riscv-tools-58a992068cba1c192df2a824efa39f50bff628ee.zip riscv-tools-58a992068cba1c192df2a824efa39f50bff628ee.tar.gz riscv-tools-58a992068cba1c192df2a824efa39f50bff628ee.tar.bz2 |
Merge pull request #74 from riscv/debug-0.13
debug-0.13 merge
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 3100a4b..f5d0ede 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,11 +24,12 @@ addons: - texinfo - python-pexpect - libusb-1.0-0-dev + - device-tree-compiler env: global: - RISCV="/home/travis/riscv_install" - - MAKEFLAGS="-j3" + - MAKEFLAGS="-j2" - PATH="/home/travis/riscv_install/bin:$PATH" before_install: @@ -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) |