aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2018-07-20 22:24:55 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2018-07-21 03:47:14 +0100
commitec7e744cfdeb3462b13c3f27809cb4b192ea542a (patch)
tree949a019fd273d915b799b443f370f1aaa898e1df /etc
parent13aca43ad47253e5ea6acb7acd1ee7d8c92ae0dd (diff)
Add git diff for better debugging of C-file issues
Diffstat (limited to 'etc')
-rwxr-xr-xetc/ci/travis.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/ci/travis.sh b/etc/ci/travis.sh
index b2bac80a1..6c28b40da 100755
--- a/etc/ci/travis.sh
+++ b/etc/ci/travis.sh
@@ -14,5 +14,6 @@ python "./etc/coq-scripts/timing/make-one-time-file.py" "time-of-build.log" "tim
rm -f "${CUR_ARCHIVE}"
tar -czf "${CUR_ARCHIVE}" time-of-build.log src bbv coqprime || exit $?
+git diff
cat time-of-build-pretty.log
make "$@" -j2 TIMED=1 || exit $?