summaryrefslogtreecommitdiff
path: root/scripts/valgrind.sh
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-07-18 21:43:57 +0300
committerKonstantin Käfer <mail@kkaefer.com>2016-08-05 11:42:22 +0200
commitc6313681d2c54bd4f333688f141a8062bce5a30d (patch)
treebbf406dd5db0cfc6fead0ca96c1ba36f8543236b /scripts/valgrind.sh
parent6b44aa9095316c7823880f25a745490e271c3400 (diff)
downloadqtlocation-mapboxgl-c6313681d2c54bd4f333688f141a8062bce5a30d.tar.gz
[build] Re-enable Qt bots
Diffstat (limited to 'scripts/valgrind.sh')
-rwxr-xr-xscripts/valgrind.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/valgrind.sh b/scripts/valgrind.sh
index 009e18c432..4009063c80 100755
--- a/scripts/valgrind.sh
+++ b/scripts/valgrind.sh
@@ -3,6 +3,8 @@
set -e
set -o pipefail
+.mason/mason install valgrind latest
+
PARAMS="\
--leak-check=full \
--show-leak-kinds=definite \