New build #854

Merged
akinwale merged 33 commits from new-build into master 2020-02-27 19:20:06 +01:00
Showing only changes of commit 7dea4c6390 - Show all commits

View file

@ -7,7 +7,7 @@ build apk:
stage: build stage: build
image: ubuntu:18.04 image: ubuntu:18.04
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 - apt-get -y update && apt-get -y install build-essential ca-certificates curl git gpg-agent openjdk-8-jdk software-properties-common tar wget zipalign
- chmod u+x $CI_PROJECT_DIR/gradlew - chmod u+x $CI_PROJECT_DIR/gradlew
- wget https://nodejs.org/dist/latest-v10.x/node-v10.19.0-linux-x64.tar.gz && \ - wget 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 && \ tar xf node-v10.19.0-linux-x64.tar.gz -C /opt && \