Skip to content

Commit

Permalink
adds xcodebuild print back
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Mar 14, 2024
1 parent bfe4019 commit 75632d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ xcodebuild -scheme "AtalaPRISMSDK-Package" \
-destination "$DESTINATION" \
-derivedDataPath "$DERIVED_DATA_DIR" \
-enableCodeCoverage YES \
-quiet clean build test
clean build test | xcpretty
echo "Execution completed"

# Find profdata
Expand Down

0 comments on commit 75632d5

Please sign in to comment.