Skip to content

Commit

Permalink
fixup! dont tee after set-o pipefail or we lose the error logs
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Oct 4, 2023
1 parent 9fa549e commit 3bff941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ init:
xcodebuild -downloadPlatform iOS

release:
set -o pipefail && xcodebuild -workspace EmpowerPlant.xcworkspace -scheme EmpowerPlant -configuration Release -derivedDataPath build -sdk iphonesimulator clean build
set -o pipefail && xcodebuild -workspace EmpowerPlant.xcworkspace -scheme EmpowerPlant -configuration Release -derivedDataPath build -sdk iphonesimulator -quiet clean build
zip -r EmpowerPlant_release.zip ./build/Build/Products/Release-iphonesimulator/EmpowerPlant.app
@echo "\nBuild completed. Create a new release in GitHub and upload ./EmpowerPlant_release.zip."

0 comments on commit 3bff941

Please sign in to comment.