git-lfs/script/cibuild

9 lines
178 B
Plaintext
Raw Normal View History

2015-07-30 02:37:31 +00:00
#!/usr/bin/env bash
2015-05-19 01:15:16 +00:00
set -e
script/test
# re-run test to ensure GIT_TRACE output doesn't leak into the git package
GIT_TRACE=1 script/test git
VERBOSE_LOGS=1 script/integration