diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-03 16:04:37 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-08 10:59:59 -0600 |
commit | d587ff3c1a73e29569edb25e6b715c84ec1e92d6 (patch) | |
tree | 11f01c1d5574efd987d9a39a0337702271978062 | |
parent | 150b938b4922ec162bcb593c365e3d3616e0dbd7 (diff) | |
download | qtlocation-mapboxgl-d587ff3c1a73e29569edb25e6b715c84ec1e92d6.tar.gz |
[android] Node not required
-rw-r--r-- | platform/android/bitrise.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml index 7fcbd524f2..9adf561784 100644 --- a/platform/android/bitrise.yml +++ b/platform/android/bitrise.yml @@ -34,8 +34,7 @@ workflows: - content: |- #!/bin/bash set -eu -o pipefail - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y pkg-config nodejs cmake + sudo apt-get install -y pkg-config cmake - script: title: Run Checkstyle run_if: '{{enveq "SKIPCI" "false"}}' @@ -171,8 +170,7 @@ workflows: - content: |- #!/bin/bash set -eu -o pipefail - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y pkg-config nodejs cmake + sudo apt-get install -y pkg-config cmake - script: title: Configure AWS-CLI inputs: @@ -232,8 +230,7 @@ workflows: - content: |- #!/bin/bash set -eu -o pipefail - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y pkg-config nodejs cmake + sudo apt-get install -y pkg-config cmake - script: title: Build release inputs: @@ -282,8 +279,7 @@ workflows: - content: |- #!/bin/bash set -eu -o pipefail - curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - - sudo apt-get install -y pkg-config nodejs cmake + sudo apt-get install -y pkg-config cmake - script: title: Configure AWS-CLI inputs: |