2 Commits

Author SHA1 Message Date
featherless
d9c3e3167b
[scripts/github-comment] Remove duplicate target. (#4975)
This resolves a warning that was appearing when building/running the github-comment project:

```
warning: Ignoring duplicate product 'github-comment'
```

Tested by running:

```
cd scripts/github-comment/
swift run github-comment
```

And verifying that the above warning did not appear and that the command successfully built and executed.
2018-08-31 09:32:22 -04:00
featherless
56dfdbbc89
[kokoro] Add new apidiff CI command. (#4245)
This command will generate an API diff for the current pull request. In a follow-up PR it will also post the results of the API diff to the PR as a comment.

This is the first of two changes to the `apidiff` branch that will add support for API diff reporting to our PRs. The second PR will add the github comment reporting tool.

This was previously reviewed in https://github.com/material-components/material-components-ios/pull/4181.
2018-05-23 12:25:50 -04:00