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

CI: Fixes for Android Pipeline #8745

Merged
merged 2 commits into from
Jun 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ android-armv7:
- triggers
script:
- cargo build --target=armv7-linux-androideabi
- if [ $(arm-linux-androideabi-objdump -x ./target/armv7-linux-androideabi/debug/parity | grep -i 'c++_shared' | wc -l) -ne 0]; then echo "FAIL!!" fi
tags:
- rust-arm
allow_failure: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should no longer fail if you remove the if, but I guess it's safer to allow failure.

artifacts:
paths:
- parity.zip
Expand Down