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);
|
||||
run("./configure");
|
||||
run("make -j8");
|
||||
run("make check");
|
||||
cd($pwd);
|
||||
}
|
||||
|
@ -12,9 +12,11 @@ PATH=$cwd/libqpdf/build:$PATH
|
||||
rm -rf install-mingw* install-msvc*
|
||||
|
||||
./config-mingw64
|
||||
make -j8
|
||||
make check install
|
||||
make distclean
|
||||
./config-mingw32
|
||||
make -j8
|
||||
make check install
|
||||
make distclean
|
||||
|
||||
|
@ -17,5 +17,6 @@ cwd=`pwd`
|
||||
PATH=$cwd/libqpdf/build:$PATH
|
||||
|
||||
./config-msvc $w
|
||||
make -j8
|
||||
make check install
|
||||
make distclean
|
||||
|
Loading…
Reference in New Issue
Block a user