1
0
Fork 0

don't run bmarks in parallel

This commit is contained in:
Colin Schmidt 2016-02-22 13:34:24 -08:00
parent 4ce603e548
commit c1b5f71ee7
1 changed files with 2 additions and 1 deletions

View File

@ -80,4 +80,5 @@ script:
- make -j 8 > build.gcc.out
# run riscv-tests
- cd ../../emulator
- make -j 8 CONFIG=$ECONFIG run
- make -j 8 CONFIG=$ECONFIG run-asm-tests
- make CONFIG=$ECONFIG run-bmark-tests