1
0

Add emulator "make debug" and "-j" to travis

This commit is contained in:
Christopher Celio 2015-09-10 17:34:16 -07:00
parent d9a2162472
commit 17e971bbfa

View File

@ -65,7 +65,8 @@ script:
- make install - make install
# build emulator # build emulator
- cd ../../../emulator - cd ../../../emulator
- make - make -j 8
- make -j 8 debug
# build riscv-gcc # build riscv-gcc
- cd ../riscv-tools/riscv-gnu-toolchain - cd ../riscv-tools/riscv-gnu-toolchain
- ./configure --prefix=$RISCV - ./configure --prefix=$RISCV