Skip to content

Commit d7ed635

Browse files
committed
import cibuild
1 parent b695f0d commit d7ed635

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

script/cibuild

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)