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

CI updates

parent fee01493
......@@ -11,7 +11,7 @@ before_install:
- xcrun simctl list
install: echo "<3"
env:
- MODE=build
- MODE=framework
- MODE=examples
script: ./build.sh $MODE
......
......@@ -17,14 +17,14 @@ trap trap_handler INT TERM EXIT
MODE="$1"
if [ "$MODE" = "build" ]; then
echo "Building Zip."
if [ "$MODE" = "framework" ]; then
echo "Building and testing Zip."
xctool \
-project Zip.xcodeproj \
-scheme Zip \
-sdk "$SDK" \
-destination "$PLATFORM" \
build
build test
trap - EXIT
exit 0
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