Repository: lucy Updated Branches: refs/heads/master a3e7fa28b -> 48b9c3b01
Use shallow Git clones Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/94fb5002 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/94fb5002 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/94fb5002 Branch: refs/heads/master Commit: 94fb50022db9bbf43aedd0421cafbfab2b2c66bc Parents: a3e7fa2 Author: Nick Wellnhofer <wellnho...@aevum.de> Authored: Sat Jul 11 18:35:28 2015 +0200 Committer: Nick Wellnhofer <wellnho...@aevum.de> Committed: Sat Jul 11 18:35:28 2015 +0200 ---------------------------------------------------------------------- appveyor.yml | 2 ++ devel/bin/appveyor-build.bat | 2 +- devel/bin/travis-test.sh | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/94fb5002/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index d8c3076..c153317 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,3 +13,5 @@ build: off test_script: - 'devel\bin\appveyor-build.bat' +clone_depth: 10 + http://git-wip-us.apache.org/repos/asf/lucy/blob/94fb5002/devel/bin/appveyor-build.bat ---------------------------------------------------------------------- diff --git a/devel/bin/appveyor-build.bat b/devel/bin/appveyor-build.bat index f436181..42dc39c 100644 --- a/devel/bin/appveyor-build.bat +++ b/devel/bin/appveyor-build.bat @@ -20,7 +20,7 @@ call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 rem Install Clownfish. cd \projects -git clone -q https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git +git clone -q --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git cd lucy-clownfish\runtime\c call configure && nmake || exit /b call install --prefix C:\install http://git-wip-us.apache.org/repos/asf/lucy/blob/94fb5002/devel/bin/travis-test.sh ---------------------------------------------------------------------- diff --git a/devel/bin/travis-test.sh b/devel/bin/travis-test.sh index 3125431..8b99f4f 100755 --- a/devel/bin/travis-test.sh +++ b/devel/bin/travis-test.sh @@ -23,7 +23,7 @@ set -x test_c() { # Install Clownfish. - git clone -q https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git + git clone -q --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git cd lucy-clownfish/runtime/c ./configure make -j @@ -39,7 +39,7 @@ test_perl() { perlbrew switch $PERL_VERSION # Install Clownfish. - git clone -q https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git + git clone -q --depth 1 https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git cd lucy-clownfish/runtime/perl perl Build.PL ./Build