aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/run-build-and-tests.sh (renamed from ci/run-tests.sh)3
-rwxr-xr-xci/run-build.sh8
2 files changed, 2 insertions, 9 deletions
diff --git a/ci/run-tests.sh b/ci/run-build-and-tests.sh
index 73e273fac7..3735ce413f 100755
--- a/ci/run-tests.sh
+++ b/ci/run-build-and-tests.sh
@@ -1,12 +1,13 @@
#!/bin/sh
#
-# Test Git
+# Build and test Git
#
. ${0%/*}/lib-travisci.sh
ln -s "$cache_dir/.prove" t/.prove
+make --jobs=2
make --quiet test
if test "$jobname" = "linux-gcc"
then
diff --git a/ci/run-build.sh b/ci/run-build.sh
deleted file mode 100755
index 4f940d1032..0000000000
--- a/ci/run-build.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# Build Git
-#
-
-. ${0%/*}/lib-travisci.sh
-
-make --jobs=2