File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ tar -xf build-products.tar
1515echo ' +++ :periphery: Detecting unused code'
1616set +e
1717# This is the script in the root.
18- ./Scripts/Periphery/setup-and-run-periphery.sh --strict --quiet --skip-build --index-store-path ' DerivedData/Index.noindex/DataStore/'
18+ ./Scripts/Periphery/setup-and-run-periphery.sh --strict --verbose --skip-build --index-store-path ' DerivedData/Index.noindex/DataStore/' > periphery.log 2>&1
1919TESTS_EXIT_STATUS=$?
20+ cat periphery.log
2021set -e
2122
2223# Handle the result of the periphery scan
Original file line number Diff line number Diff line change 8383 command : " .buildkite/commands/run-periphery.sh"
8484 depends_on : build
8585 plugins : [$CI_TOOLKIT]
86+ artifact_paths :
87+ - " periphery.log"
8688 notify :
8789 - github_commit_status :
8890 context : Periphery - Detect unused code
You can’t perform that action at this time.
0 commit comments