-
Notifications
You must be signed in to change notification settings - Fork 43
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
Move to Buildkite #139
Move to Buildkite #139
Conversation
@jkmassel Do I need to do anything special to access the build results? I'm getting a 404 but I do see other build pipelines, including WordPress iOS, at https://buildkite.com/automattic. |
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.
fastlane/report.xml | ||
|
||
# CocoaPods | ||
Example/Pods |
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 can see the the Pods/
folder is ignored here. However, this folder must have been tracked before this line was added because it appears in the diff.
I'm going to take the liberty to remove it then merge this PR. I'm confident in doing this because, in case I misunderstood something and we actually want to check the Pods into the repo, we can always add a new local copy and push it to the remote.
This folder is meant to be ignored, see `.gitignore` but must have snuck into the repo before that instruction was committed.
Use Buildkite instead of CircleCI for PR tests.
This PR also adds automated releases when a tag is made.