start using multiple jobs in travis CI
This commit is contained in:
parent
60dd37e086
commit
aaa52b6e89
|
@ -13,5 +13,9 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
||||||
else
|
else
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=debug
|
cmake .. -DCMAKE_BUILD_TYPE=debug
|
||||||
fi
|
fi
|
||||||
make -j16
|
make -j16
|
||||||
|
|
||||||
|
# Return to upper directory
|
||||||
|
cd ${TRAVIS_BUILD_DIR}
|
||||||
|
|
||||||
end_section "OpenFPGA.build"
|
end_section "OpenFPGA.build"
|
||||||
|
|
Loading…
Reference in New Issue