Skip to content

Commit 834a30c

Browse files
committed
1 parent 409e979 commit 834a30c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ brew install xclogparser
6969
echo "~~~ Generate HTML report"
7070
xclogparser parse \
7171
--project Simplenote \
72+
----derived_data ./DerivedData \
7273
--reporter html \
7374
--rootOutput build/reports
7475
echo "~~~ Generate HTML report"
7576
xclogparser parse \
7677
--project Simplenote \
78+
----derived_data ./DerivedData \
7779
--reporter json > build/reports/report.json
7880

7981
echo "~~~ Annotate build"

0 commit comments

Comments
 (0)