Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
3db4110e
Verified
Commit
3db4110e
authored
Aug 16, 2018
by
ddorgan
Committed by
gabriel klawitter
Sep 05, 2018
Browse files
Specify as export :/
parent
d7192e85
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3db4110e
...
...
@@ -29,8 +29,6 @@ cache:
android-build
:
stage
:
build
image
:
parity/parity-android
variables
:
JAVA_HOME
:
"
/usr/lib/jvm/java-8-oracle"
only
:
-
beta
-
tags
...
...
@@ -44,6 +42,7 @@ android-build:
-
echo "sdk.dir=/opt/android-sdk" >> android/local.properties
-
npm install -g yarn
-
bash ./setup_linux.sh
-
export JAVA_HOME=/usr/lib/jvm/java-8-oracle
-
cd android && ./gradlew assembleRelease
tags
:
-
rust
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment