Skip to content

Commit 2195193

Browse files
committed
Temporarily output the periphery log
1 parent 5f760a8 commit 2195193

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.buildkite/commands/run-periphery.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ tar -xf build-products.tar
1515
echo '+++ :periphery: Detecting unused code'
1616
set +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
1919
TESTS_EXIT_STATUS=$?
20+
cat periphery.log
2021
set -e
2122

2223
# Handle the result of the periphery scan

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ steps:
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

0 commit comments

Comments
 (0)