We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710c885 commit 3c7e56aCopy full SHA for 3c7e56a
script/cibuild
@@ -14,6 +14,6 @@ function Q {
14
Q git clean -f -x
15
Q autoconf
16
Q ./configure --disable-install-doc --prefix=`pwd`/inst
17
-make -j $CORES
18
-make install
+Q make -j $CORES
+Q make install
19
make TESTS="-j $CORES" test-all
0 commit comments