mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Run make in parallel when building releases
This commit is contained in:
parent
66ef118b43
commit
a9983090ca
@ -119,6 +119,7 @@ if ($run_tests)
|
|||||||
{
|
{
|
||||||
cd($srcdir);
|
cd($srcdir);
|
||||||
run("./configure");
|
run("./configure");
|
||||||
|
run("make -j8");
|
||||||
run("make check");
|
run("make check");
|
||||||
cd($pwd);
|
cd($pwd);
|
||||||
}
|
}
|
||||||
|
@ -12,9 +12,11 @@ PATH=$cwd/libqpdf/build:$PATH
|
|||||||
rm -rf install-mingw* install-msvc*
|
rm -rf install-mingw* install-msvc*
|
||||||
|
|
||||||
./config-mingw64
|
./config-mingw64
|
||||||
|
make -j8
|
||||||
make check install
|
make check install
|
||||||
make distclean
|
make distclean
|
||||||
./config-mingw32
|
./config-mingw32
|
||||||
|
make -j8
|
||||||
make check install
|
make check install
|
||||||
make distclean
|
make distclean
|
||||||
|
|
||||||
|
@ -17,5 +17,6 @@ cwd=`pwd`
|
|||||||
PATH=$cwd/libqpdf/build:$PATH
|
PATH=$cwd/libqpdf/build:$PATH
|
||||||
|
|
||||||
./config-msvc $w
|
./config-msvc $w
|
||||||
|
make -j8
|
||||||
make check install
|
make check install
|
||||||
make distclean
|
make distclean
|
||||||
|
Loading…
Reference in New Issue
Block a user