aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-07 19:02:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-07 19:02:36 -0800
commitf8e848094c7fa3eeb3c391ebce8944492671c0da (patch)
tree2523322f43a585cc1137fde7f3258480baabc03d /tools
parent7eb4662df46b856e6e332150bbb21a17d0ee988b (diff)
downloadpandoc-f8e848094c7fa3eeb3c391ebce8944492671c0da.tar.gz
build-arm.sh: print total build time
Diffstat (limited to 'tools')
-rw-r--r--tools/build-arm.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/build-arm.sh b/tools/build-arm.sh
index 427bb21ea..c9ee33e20 100644
--- a/tools/build-arm.sh
+++ b/tools/build-arm.sh
@@ -92,4 +92,7 @@ echo "Successful build. Retrieving artifacts..."
scp -i "$HOME/.ssh/$KEY_NAME.pem" -r "admin@$IPADDR:src/pandoc/linux/artifacts" "arm-build-artifacts-$(date +%s)"
+# Let's see how long this took!
+uptime
+
exit 0