-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Gitlab CI configs #1075
Add Gitlab CI configs #1075
Conversation
.gitlab-ci.yml
Outdated
- darwin | ||
script: | ||
- git submodule update --init --recursive | ||
- echo -e "[auth]\nono.schemes=https\nono.prefix=ono.unity3d.com\nono.username=$GITLAB_UNITY_META_ONO_USER\nono.password=$GITLAB_UNITY_META_ONO_PASS\n" >> ~/.hgrc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we only needed this for mono-build-deps clone from Ono. Can maybe be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
build_android: | ||
stage: build | ||
tags: | ||
- buildfarm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I started with build farm runners since we needed to access Ono. We might not need to use them going forward.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will change to use bokken in next PR
Passing pipeline at 2b7dbb2 : https://gitlab.internal.unity3d.com/vm/mono/pipelines/163747 Collate_builds artifacts contains the builds.7z |
03514ed
to
9714164
Compare
9714164
to
01275c1
Compare
Re-triggered pipeline because artifacts got deleted after a week. |
I want to get this out to review. I will only merge after pipeline succeeds and after I test the builds.zip in Unity.
This is branched from @joncham's original gitlab ci changes on
unity-master-gitlab-ci
branch.