diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-07-18 21:43:57 +0300 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-08-05 11:42:22 +0200 |
commit | c6313681d2c54bd4f333688f141a8062bce5a30d (patch) | |
tree | bbf406dd5db0cfc6fead0ca96c1ba36f8543236b /scripts/valgrind.sh | |
parent | 6b44aa9095316c7823880f25a745490e271c3400 (diff) | |
download | qtlocation-mapboxgl-c6313681d2c54bd4f333688f141a8062bce5a30d.tar.gz |
[build] Re-enable Qt bots
Diffstat (limited to 'scripts/valgrind.sh')
-rwxr-xr-x | scripts/valgrind.sh | 2 |
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 \ |