Skip to content

Commit 1bbda37

Browse files
committed
Initial CI support.
1 parent 8d21aa2 commit 1bbda37

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.buildbot.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
./configure --enable-optimizations
6+
make -j `nproc`
7+
./python -m test

bors.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# The service providing the commit statuses to GitHub.
2+
status = [
3+
"buildbot/buildbot-build-script"
4+
]
5+
6+
# Allow 30 minutes for builds.
7+
timeout_sec = 1350
8+
9+
# Have bors delete auto-merged branches (if possible).
10+
delete_merged_branches = true

0 commit comments

Comments
 (0)