mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
parallel tests
This commit is contained in:
@@ -61,7 +61,7 @@ else
|
|||||||
echo "running configure with safe and unsafe"
|
echo "running configure with safe and unsafe"
|
||||||
./configure $safe_flags $unsafe_flags > /dev/null
|
./configure $safe_flags $unsafe_flags > /dev/null
|
||||||
fi
|
fi
|
||||||
make -j$cpucount -s
|
make -j$cpucount PROFILE_TASK="-m test.regrtest --pgo -j$cpucount" -s
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
echo "First make exited with $RESULT"
|
echo "First make exited with $RESULT"
|
||||||
if [ $RESULT != 0 ]; then
|
if [ $RESULT != 0 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user