Skip to content

Commit

Permalink
Updates build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido Marucci Blas committed Sep 22, 2015
1 parent b824a18 commit 663020a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/test
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ run_tests ()
else
test_command="$test_command -workspace $XCODE_WORKSPACE"
fi
test_command="$test_command -sdk iphonesimulator test -configuration Debug"
test_command="$test_command -sdk iphonesimulator clean build test -configuration Debug"
if [ ! -z "$CIRCLE_ARTIFACTS" ]
then
test_command="$test_command | tee $CIRCLE_ARTIFACTS/xcode_raw.log"
Expand Down

0 comments on commit 663020a

Please sign in to comment.