Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Dec 4, 2016
1 parent 1372678 commit 151fdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "$MODE" = "build" ]; then
-scheme TVButton \
-sdk "$SDK" \
-destination "$PLATFORM" \
build test
build
trap - EXIT
exit 0
fi
Expand All @@ -40,7 +40,7 @@ if [ "$MODE" = "examples" ]; then
-scheme Sample \
-sdk "$SDK" \
-destination "$PLATFORM" \
build test
build
done
trap - EXIT
exit 0
Expand Down

0 comments on commit 151fdbb

Please sign in to comment.