File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 154154# ---------------------------------------------------------------------------------------------------------
155155# build xcode project. Change target to build individual formats, or add to All target in the xcode project
156156
157- xcodebuild -project ./projects/$PLUGIN_NAME -macOS.xcodeproj -xcconfig ./config/$PLUGIN_NAME -mac.xcconfig DEMO_VERSION=$DEMO -target " All" -configuration Release | tee build-mac.log | xcpretty # && exit ${PIPESTATUS[0]}
157+ xcodebuild -project ./projects/$PLUGIN_NAME -macOS.xcodeproj -xcconfig ./config/$PLUGIN_NAME -mac.xcconfig DEMO_VERSION=$DEMO -target " All" -configuration Release
158158
159- if [ " ${PIPESTATUS[0]} " -ne " 0" ]; then
159+ if [ " $? " -ne " 0" ]; then
160160 echo " ERROR: build failed, aborting"
161- echo " "
162- cat build-mac.log
163161 exit 1
164- else
165- rm build-mac.log
166162fi
167163
168164# ---------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments