Add emulator "make debug" and "-j" to travis
This commit is contained in:
parent
d9a2162472
commit
17e971bbfa
@ -65,7 +65,8 @@ script:
|
||||
- make install
|
||||
# build emulator
|
||||
- cd ../../../emulator
|
||||
- make
|
||||
- make -j 8
|
||||
- make -j 8 debug
|
||||
# build riscv-gcc
|
||||
- cd ../riscv-tools/riscv-gnu-toolchain
|
||||
- ./configure --prefix=$RISCV
|
||||
|
Loading…
Reference in New Issue
Block a user