File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ for file in DerivedData/Logs/Build/*.xcactivitylog; do
6161 echo " ✅ $filename queued"
6262done
6363
64- echo " --- :arrow_up: Upload build metrics to Apps Metrics"
65- ruby .buildkite/commands/upload_metrics.rb
66-
6764echo " --- :xcode: Store raw result JSON"
6865xcrun xcresulttool get build-results --path build/results/Simplenote.xcresult --format json > build-results.json
6966xcrun xcresulttool get test-results tests --path build/results/Simplenote.xcresult --format json > tests-results.json
@@ -83,6 +80,9 @@ xclogparser parse \
8380 --derived_data ./DerivedData \
8481 --reporter json > build/reports/report.json
8582
83+ echo " --- :arrow_up::ruby: Upload build metrics to Apps Metrics"
84+ ruby .buildkite/commands/upload_metrics.rb
85+
8686echo " ~~~ Annotate build"
8787buildkite-agent annotate " [View build report](artifact://build/reports/index.html)" \
8888 --style " info"
You can’t perform that action at this time.
0 commit comments