Skip to content

Commit ba257b3

Browse files
committed
Dump and track raw xcactivity log
I'm interested in the timeline and in why the HTML in Buildkite does not show any data
1 parent bb3d479 commit ba257b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ echo "--- :xcode: Track XCLogParser report"
4949
echo "~~~ Install XCLogParser"
5050
brew install xclogparser
5151
mkdir -p build/xclogparser-reports
52+
echo "~~~ Dump xcactivitylog to JSON"
53+
xclogparser dump \
54+
--xcodeproj Simplenote.xcodeproj \
55+
--derived_data ./DerivedData \
56+
--output build/xclogparser-reports/xcactivitylog-raw.json
5257
echo "~~~ Generate HTML report"
5358
xclogparser parse \
5459
--xcodeproj Simplenote.xcodeproj \

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ steps:
2121
- DerivedData/**/*.xcactivitylog
2222
- build/xcresulttool/*.json
2323
- build/xclogparser-reports/index.html
24-
- build/xclogparser-reports/report.json
24+
- build/xclogparser-reports/*.json

0 commit comments

Comments
 (0)