start using multiple jobs in travis CI

This commit is contained in:
tangxifan 2020-06-11 18:33:47 -06:00
parent 60dd37e086
commit aaa52b6e89
1 changed files with 5 additions and 1 deletions

View File

@ -13,5 +13,9 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
else
cmake .. -DCMAKE_BUILD_TYPE=debug
fi
make -j16
make -j16
# Return to upper directory
cd ${TRAVIS_BUILD_DIR}
end_section "OpenFPGA.build"