Merge branch 'mr/packed-ref-store-fix' into maint
[git.git] / ci / run-build-and-tests.sh
blobd3a094603f030752ccb8bd49dd5d855a3a10c36c
1 #!/bin/sh
3 # Build and test Git
6 . ${0%/*}/lib-travisci.sh
8 ln -s $HOME/travis-cache/.prove t/.prove
10 make --jobs=2
11 make --quiet test
13 check_unignored_build_artifacts
15 save_good_tree