Commit 77306517 authored by Danielle Tomlinson's avatar Danielle Tomlinson

Use correct xcode and actually checkout source

parent efc5e57b
...@@ -4,6 +4,7 @@ references: ...@@ -4,6 +4,7 @@ references:
environment: environment:
- COCOAPODS_CI_TASKS: SPECS - COCOAPODS_CI_TASKS: SPECS
steps: steps:
- checkout
- run: bundle install - run: bundle install
- run: bundle exec rake spec:all - run: bundle exec rake spec:all
jobs: jobs:
...@@ -13,6 +14,7 @@ jobs: ...@@ -13,6 +14,7 @@ jobs:
environment: environment:
- COCOAPODS_CI_TASKS: LINT - COCOAPODS_CI_TASKS: LINT
steps: steps:
- checkout
- run: bundle install - run: bundle install
- run: bundle exec rake spec:all - run: bundle exec rake spec:all
- run: bundle exec danger - run: bundle exec danger
...@@ -27,15 +29,17 @@ jobs: ...@@ -27,15 +29,17 @@ jobs:
examples: examples:
macos: macos:
xcode: xcode:
version: 8.3.3 version: 8.2.1
environment: environment:
- COCOAPODS_CI_TASKS: EXAMPLES - COCOAPODS_CI_TASKS: EXAMPLES
steps: steps:
- checkout
- run: git config --global user.email "tests@cocoapods.org" - run: git config --global user.email "tests@cocoapods.org"
- run: git config --global user.name "CocoaPods Tests" - run: git config --global user.name "CocoaPods Tests"
- run: bundle install - run: bundle install
- run: bundle exec pod env - run: bundle exec pod env
- run: .circle-scripts/fetch-cocoapods-repo-from-s3.sh - run: .circle-scripts/fetch-cocoapods-repo-from-s3.sh
- run: sudo xcode-select -p /Applications/Xcode-8.2*
- run: bundle exec rake spec:all - run: bundle exec rake spec:all
workflows: workflows:
......
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