8000 add script/cibuild to ruby · github/ruby@34f9eef · GitHub
[go: up one dir, main page]

Skip to content

Commit 34f9eef

Browse files
author
Charlie Somerville
committed
add script/cibuild to ruby
1 parent d355236 commit 34f9eef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

script/cibuild

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

Comments
 (0)
0