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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ The default location is `/usr/local/bin`.

Here's an example with `xcodebuild`:

git clone https://github.com/macmade/xcode-coveralls.git /tmp/xcode-coveralls
git clone --recurse-submodules https://github.com/macmade/xcode-coveralls.git /tmp/xcode-coveralls
xcodebuild -project /tmp/xcode-coveralls/xcode-coveralls.xcodeproj -scheme xcode-coveralls DSTROOT=/ SYMROOT=build install

And here's an example with `xctool`:

git clone https://github.com/macmade/xcode-coveralls.git /tmp/xcode-coveralls
git clone --recurse-submodules https://github.com/macmade/xcode-coveralls.git /tmp/xcode-coveralls
sudo xctool --project /tmp/xcode-coveralls/xcode-coveralls.xcodeproj --scheme xcode-coveralls DSTROOT=/ install

Note that you can use this on Travis builds (for instance in `before_install`) in order to get coverage reports for your project.
Expand Down