Skip to content

Commit 409e979

Browse files
committed
Add Buildkite logs subgroups
1 parent bd3cc28 commit 409e979

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/commands/build-and-test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,19 @@ xcrun xcresulttool get build-results --path build/results/Simplenote.xcresult --
6464
xcrun xcresulttool get test-results tests --path build/results/Simplenote.xcresult --format json > tests-results.json
6565

6666
echo "--- :xcode: Track XCLogParser report"
67+
echo "~~~ Install XCLogParser"
6768
brew install xclogparser
69+
echo "~~~ Generate HTML report"
6870
xclogparser parse \
6971
--project Simplenote \
7072
--reporter html \
7173
--rootOutput build/reports
74+
echo "~~~ Generate HTML report"
7275
xclogparser parse \
7376
--project Simplenote \
7477
--reporter json > build/reports/report.json
7578

79+
echo "~~~ Annotate build"
7680
buildkite-agent annotate "[View build report](artifact://build/reports/index.html)" \
7781
--style "info"
7882

0 commit comments

Comments
 (0)