remove node.js manual install
This commit is contained in:
parent
bb6f30ba9a
commit
35c3a49707
1 changed files with 0 additions and 6 deletions
|
@ -7,12 +7,6 @@ build apk:
|
||||||
stage: build
|
stage: build
|
||||||
image: lbry/android-base:latest
|
image: lbry/android-base:latest
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common wget zipalign
|
|
||||||
- wget -q https://nodejs.org/dist/latest-v10.x/node-v10.19.0-linux-x64.tar.gz
|
|
||||||
- tar xf node-v10.19.0-linux-x64.tar.gz -C /opt
|
|
||||||
- ln -s /opt/node-v10.19.0-linux-x64/bin/node /usr/bin/node
|
|
||||||
- ln -s /opt/node-v10.19.0-linux-x64/bin/npm /usr/bin/npm
|
|
||||||
- ln -s /opt/node-v10.19.0-linux-x64/bin/npx /usr/bin/npx
|
|
||||||
- chmod u+x $CI_PROJECT_DIR/gradlew
|
- chmod u+x $CI_PROJECT_DIR/gradlew
|
||||||
- export ANDROID_SDK_ROOT=~/.buildozer/android/platform/android-sdk-23
|
- export ANDROID_SDK_ROOT=~/.buildozer/android/platform/android-sdk-23
|
||||||
- export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1)
|
- export BUILD_VERSION=$($CI_PROJECT_DIR/gradlew -q printVersionName --console=plain | tail -1)
|
||||||
|
|
Loading…
Reference in a new issue