diff options
Diffstat (limited to 'ci/run-build.sh')
-rwxr-xr-x | ci/run-build.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/run-build.sh b/ci/run-build.sh new file mode 100755 index 0000000000..4f940d1032 --- /dev/null +++ b/ci/run-build.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# +# Build Git +# + +. ${0%/*}/lib-travisci.sh + +make --jobs=2 |