try j16 for travis in linux

This commit is contained in:
tangxifan 2019-06-07 22:32:47 -06:00
parent 1b02428c04
commit e8d52121c6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ else
cd build
cmake --version
cmake .. -DCMAKE_BUILD_TYPE=debug
make -j
make -j16
fi
end_section "OpenFPGA.build"