Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef0b9b5

Browse files
author
Stewart Gleadow
committed
Print command before running it
1 parente9ba399 commitef0b9b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎build_and_run_unit_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if [[ $? != 0 ]]; then
3636
fi
3737

3838
# Build the main app, with libXcodeTest.a linked in
39+
echo"xcodebuild -sdk iphonesimulator -scheme${MAIN_APP_TARGET} build CONFIGURATION_BUILD_DIR=\"${OUTPUT_DIR}\" XCODE_TEST_LDFLAGS=\"${XCODE_TEST_LDFLAGS}\""
3940
xcodebuild -sdk iphonesimulator -scheme${MAIN_APP_TARGET} build CONFIGURATION_BUILD_DIR="${OUTPUT_DIR}" XCODE_TEST_LDFLAGS="${XCODE_TEST_LDFLAGS}"
4041
if [[$?!= 0 ]];then
4142
echo"Failed to build app!"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp