Skip to content
Open
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The goal of this repository is just to test Xcode server and provides some recei
- [x] [Post notifications on Slack](#slack)
- [ ] [Build pull request automaticaly](#pull-request)
- [ ] [Deploy to testflight](#testflight)
- [ ] [Trigger build manually from an other system (backend deployment for instance)](#manual-trigger)
- [x] [Trigger build manually from an other system (backend deployment for instance)](#manual-trigger)
- [ ] [Provide build status/badges](#status)

## Global tricks
Expand Down Expand Up @@ -231,10 +231,11 @@ related linsk:

## Trigger build manually from an other system <a id="manual-trigger"></a>

Doesn't seams possible for now.
Manually trigger a new integration by POSTing with Basic/digest Authentication to:
https://{xcodeserver}/xcode/api/bots/{botid}/integrations

## Provide build status/badges <a id="status"></a>

Not really possible with Xcode Server itself.

Maybe we should use the [Github status](https://developer.github.com/v3/repos/statuses/) from a post build script step.
Maybe we should use the [Github status](https://developer.github.com/v3/repos/statuses/) from a post build script step.