File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,19 @@ xcrun xcresulttool get build-results --path build/results/Simplenote.xcresult --
6464xcrun xcresulttool get test-results tests --path build/results/Simplenote.xcresult --format json > tests-results.json
6565
6666echo " --- :xcode: Track XCLogParser report"
67+ echo " ~~~ Install XCLogParser"
6768brew install xclogparser
69+ echo " ~~~ Generate HTML report"
6870xclogparser parse \
6971 --project Simplenote \
7072 --reporter html \
7173 --rootOutput build/reports
74+ echo " ~~~ Generate HTML report"
7275xclogparser parse \
7376 --project Simplenote \
7477 --reporter json > build/reports/report.json
7578
79+ echo " ~~~ Annotate build"
7680buildkite-agent annotate " [View build report](artifact://build/reports/index.html)" \
7781 --style " info"
7882
You can’t perform that action at this time.
0 commit comments