We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b695f0d commit d7ed635Copy full SHA for d7ed635
1 file changed
script/cibuild
@@ -0,0 +1,11 @@
1
+#!/bin/bash -xe
2
+
3
+if [ -z "$CORES" ]; then
4
+ CORES=64
5
+fi
6
7
+git clean -f -x
8
+autoconf
9
+./configure --disable-install-doc
10
+make -j $CORES
11
+make TESTS="-j $CORES" test-all
0 commit comments