Skip to content

Commit ac9cc4b

Browse files
jverkoeyajsecord
authored andcommitted
Add kokoro continuous build script. (#15)
1 parent a25b7b0 commit ac9cc4b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.kokoro

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/bin/bash
2+
3+
# Fail on any error.
4+
set -e
5+
# Display commands to stderr.
6+
set -x
7+
8+
gem install xcpretty --no-rdoc --no-ri --no-document --quiet
9+
10+
sudo xcode-select --switch /Applications/Xcode_8.2.app/Contents/Developer
11+
xcodebuild -version
12+
13+
cd github/repo
14+
xcodebuild clean build -project CatalogByConvention/CatalogByConvention.xcodeproj -sdk "iphonesimulator" | xcpretty
15+
16+
bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)