Verified Commit 4e9e43f5 authored by ddorgan's avatar ddorgan Committed by gabriel klawitter
Browse files

Use correct image and use default way of building.

parent 45011dda
......@@ -28,7 +28,7 @@ cache:
# - rust
android-build:
stage: build
image: parity/parity-sdk
image: parity/android-sdk
only:
- beta
- tags
......@@ -42,6 +42,6 @@ android-build:
- echo "sdk.dir=/opt/android-sdk" >> android/local.properties
- npm install -g yarn
- bash ./setup_linux.sh
- cd android && ./gradlew assembleRelease
- npm run android
tags:
- rust
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment