diff options
Diffstat (limited to '.buildbot/build.sh')
-rwxr-xr-x | .buildbot/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildbot/build.sh b/.buildbot/build.sh new file mode 100755 index 0000000..2aad486 --- /dev/null +++ b/.buildbot/build.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | make | ||