diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-17 11:05:23 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-17 17:39:46 +0300 |
commit | c2f7f48a223a2a3ba7bf6c8eb2f405edd77a9593 (patch) | |
tree | 97fd53a45fc25f61225c67548f95e73b16f0f3b2 /scripts | |
parent | cc1ea759a681cadcfd06fd7bdda79ca6deb38c62 (diff) | |
download | qtlocation-mapboxgl-c2f7f48a223a2a3ba7bf6c8eb2f405edd77a9593.tar.gz |
[build] Use gdb 2017-04-08-aebcde5
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/travis_setup.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/travis_setup.sh b/scripts/travis_setup.sh index 20a708d20a..ed887008d5 100755 --- a/scripts/travis_setup.sh +++ b/scripts/travis_setup.sh @@ -33,9 +33,9 @@ fi mapbox_time "touch_package_json" \ touch package.json -function mapbox_install_logbt { - scripts/mason.sh INSTALL gdb VERSION 7.12 - export PATH=$(scripts/mason.sh PREFIX gdb VERSION 7.12)/bin:${PATH} +function mapbox_install_gdb_logbt { + scripts/mason.sh INSTALL gdb VERSION 2017-04-08-aebcde5 + export PATH=$(scripts/mason.sh PREFIX gdb VERSION 2017-04-08-aebcde5)/bin:${PATH} curl -sSfL https://github.com/mapbox/logbt/archive/v2.0.1.tar.gz | tar --gunzip --extract --strip-components=2 --exclude="*md" --exclude="test*" --directory=. sudo ./logbt --setup ./logbt --test |