summaryrefslogtreecommitdiff
path: root/scripts/travis_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/travis_setup.sh')
-rwxr-xr-xscripts/travis_setup.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/travis_setup.sh b/scripts/travis_setup.sh
index 20688ab4ec..28af6f30aa 100755
--- a/scripts/travis_setup.sh
+++ b/scripts/travis_setup.sh
@@ -33,6 +33,14 @@ 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}
+ curl -sSfL https://github.com/mapbox/logbt/archive/v2.0.0.tar.gz | tar --gunzip --extract --strip-components=2 --exclude="*md" --exclude="test*" --directory=.
+ sudo ./logbt --setup
+ ./logbt --test
+}
+
function mapbox_start_xvfb {
if [ ! -f /etc/init.d/xvfb ]; then
echo "Error: Could not start Xvfb mock server."