diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-23 15:26:26 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-25 21:37:58 -0700 |
commit | 45c5b2a66c8dbadf8671458d183e76a981ff4843 (patch) | |
tree | f042e705b0d1f19329bf899b97dbf37242bdfb89 /platform | |
parent | 4e2c743ebabbbd78e49b1f645def99aaa328324e (diff) | |
download | qtlocation-mapboxgl-45c5b2a66c8dbadf8671458d183e76a981ff4843.tar.gz |
[core] Share shaders with gl-js
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/bitrise.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml index bf4ba178e2..3c06a04675 100644 --- a/platform/android/bitrise.yml +++ b/platform/android/bitrise.yml @@ -62,7 +62,8 @@ workflows: #!/bin/bash set -eu -o pipefail - apt-get install -y pkg-config python-pip python-dev build-essential + curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - + apt-get install -y pkg-config python-pip python-dev build-essential nodejs pip install awscli aws s3 cp s3://mapbox/android/signing-credentials/secring.gpg platform/android/MapboxGLAndroidSDK/secring.gpg |