Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
CI: Fixes for Android Pipeline (#8745)
Browse files Browse the repository at this point in the history
* ci: Remove check for shared libraries in gitlab script

* ci: allow android arm build to fail
  • Loading branch information
5chdn authored and andresilva committed Jun 4, 2018
1 parent 5d8e1aa commit 50be07a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,23 @@ windows:
paths:
- parity.zip
name: "x86_64-pc-windows-msvc_parity"
android-armv7:
stage: build
image: parity/parity-android:latest
only:
- beta
- tags
- stable
- triggers
script:
- cargo build --target=armv7-linux-androideabi
tags:
- rust-arm
allow_failure: true
artifacts:
paths:
- parity.zip
name: "armv7-linux-androideabi_parity"
docker-build:
stage: build
only:
Expand Down

0 comments on commit 50be07a

Please sign in to comment.