This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Add Ubuntu 16.04 ARM CI script for cross build#1577
Merged
Conversation
5256a09 to
d32828f
Compare
Author
|
This patch depends on #1572, which is not merged yet. So if there is problems to merge this, I will rebase it. |
Author
|
@dotnet-bot test ci please |
gkhanna79
reviewed
Feb 22, 2017
| done | ||
|
|
||
| if [[ $__linuxCodeName == "xenial" || $__linuxCodeName == "tizen" ]]; then | ||
| # This case does not support CI build yet. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
gkhanna79
approved these changes
Feb 22, 2017
Member
|
Modulo a comment, this looks good to me. @jyoungyun Let me know if you this is ready to merge. |
It adds Ubuntu16.04:arm:Release CI job only. This job is temporarily disabled and will be enabled soon. Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
d32828f to
fe28273
Compare
Author
|
@gkhanna79 It's ready to merge now :) Thank you! |
gkhanna79
approved these changes
Feb 23, 2017
Member
|
@jyoungyun Please trigger a dummy PR to confirm this works as expected. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It adds Ubuntu16.04:arm:Release CI job only.
The arm32 script is temporarily disabled so it does nothing.
I will be enable the job soon.
Related issues: #1512, #1572