8000
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 d355236 commit 34f9eefCopy full SHA for 34f9eef
script/cibuild
@@ -0,0 +1,6 @@
1
+#!/bin/bash -x -e
2
+CORES=64
3
+
4
+./configure --disable-install-doc
5
+make -j $CORES
6
+make TESTS="-j $CORES" test-all
0 commit comments