Skip to content

Commit

Permalink
Updating Travis and Build script to test dynamic framework building
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Oct 4, 2015
1 parent caf3061 commit f4ba447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
- MODE=tests
- MODE=examples
- MODE=life-without-cocoapods
- MODE=framework
script: ./build.sh $MODE
after_success:
- slather
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if [ "$MODE" = "framework" ]; then
echo "Verifying that AsyncDisplayKit functions as a dynamic framework (for Swift/Carthage users)."

xctool \
-workspace "smoke-tests/Life Without CocoaPods/Life Without CocoaPods.xcworkspace" \
-scheme "Life Without CocoaPods" \
-project "smoke-tests/Framework/Sample.xcodeproj" \
-scheme Sample \
-sdk "$SDK" \
-destination "$PLATFORM" \
build
Expand Down

0 comments on commit f4ba447

Please sign in to comment.