Commit 853024c8 authored by Roy Marmelstein's avatar Roy Marmelstein

CI updates

parent fee01493
...@@ -11,7 +11,7 @@ before_install: ...@@ -11,7 +11,7 @@ before_install:
- xcrun simctl list - xcrun simctl list
install: echo "<3" install: echo "<3"
env: env:
- MODE=build - MODE=framework
- MODE=examples - MODE=examples
script: ./build.sh $MODE script: ./build.sh $MODE
......
...@@ -17,14 +17,14 @@ trap trap_handler INT TERM EXIT ...@@ -17,14 +17,14 @@ trap trap_handler INT TERM EXIT
MODE="$1" MODE="$1"
if [ "$MODE" = "build" ]; then if [ "$MODE" = "framework" ]; then
echo "Building Zip." echo "Building and testing Zip."
xctool \ xctool \
-project Zip.xcodeproj \ -project Zip.xcodeproj \
-scheme Zip \ -scheme Zip \
-sdk "$SDK" \ -sdk "$SDK" \
-destination "$PLATFORM" \ -destination "$PLATFORM" \
build build test
trap - EXIT trap - EXIT
exit 0 exit 0
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment