Skip to content

Commit

Permalink
Merge pull request realm#2381 from realm/tg-verify-watchos
Browse files Browse the repository at this point in the history
Add verify-watchos CI target
  • Loading branch information
tgoyne committed Aug 11, 2015
2 parents 559ce82 + 416cfd5 commit c54eb79
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,7 @@ case "$COMMAND" in
"set-swift-version")
version="$2"
if [[ -z "$version" ]]; then
if [[ $REALM_SWIFT_VERSION ]]; then
version="$REALM_SWIFT_VERSION"
else
version="$(get_swift_version)"
fi
version="$REALM_SWIFT_VERSION"
fi

# Update the symlinks to point to the correct verion of the source, and
Expand Down Expand Up @@ -495,6 +491,7 @@ case "$COMMAND" in
sh build.sh verify-ios-swift
sh build.sh verify-ios-swift-debug
sh build.sh verify-ios-device
sh build.sh verify-watchos
;;

"verify-osx")
Expand Down Expand Up @@ -546,9 +543,10 @@ case "$COMMAND" in
exit 0
;;


# FIXME: remove these targets from ci
"verify-ios")
"verify-watchos")
if [ $REALM_SWIFT_VERSION != '1.2' ]; then
sh build.sh watchos-swift
fi
exit 0
;;

Expand Down

0 comments on commit c54eb79

Please sign in to comment.