Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
efc5e57b
Commit
efc5e57b
authored
Sep 01, 2017
by
Danielle Tomlinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add circleci2.0 config
parent
89d2091d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
23 deletions
+48
-23
config.yml
.circleci/config.yml
+48
-0
circle.yml
circle.yml
+0
-23
No files found.
.circleci/config.yml
0 → 100644
View file @
efc5e57b
version
:
2
references
:
run_specs_job
:
&run_specs_job
environment
:
-
COCOAPODS_CI_TASKS
:
SPECS
steps
:
-
run
:
bundle install
-
run
:
bundle exec rake spec:all
jobs
:
lint
:
docker
:
-
image
:
ruby:latest
environment
:
-
COCOAPODS_CI_TASKS
:
LINT
steps
:
-
run
:
bundle install
-
run
:
bundle exec rake spec:all
-
run
:
bundle exec danger
ruby_2.0
:
docker
:
-
image
:
ruby:2.0
<<
:
*run_specs_job
ruby_2.3
:
docker
:
-
image
:
ruby:latest
<<
:
*run_specs_job
examples
:
macos
:
xcode
:
version
:
8.3.3
environment
:
-
COCOAPODS_CI_TASKS
:
EXAMPLES
steps
:
-
run
:
git config --global user.email "tests@cocoapods.org"
-
run
:
git config --global user.name "CocoaPods Tests"
-
run
:
bundle install
-
run
:
bundle exec pod env
-
run
:
.circle-scripts/fetch-cocoapods-repo-from-s3.sh
-
run
:
bundle exec rake spec:all
workflows
:
version
:
2
build_test
:
jobs
:
-
lint
-
ruby_2.0
-
ruby_2.3
-
examples
circle.yml
deleted
100644 → 0
View file @
89d2091d
machine
:
ruby
:
version
:
system
xcode
:
version
:
"
8.2"
dependencies
:
override
:
-
sudo gem update --system
-
bundle check || bundle install --path .bundle
-
.circle-scripts/fetch-cocoapods-repo-from-s3.sh
cache_directories
:
-
.bundle
test
:
pre
:
-
git config --global user.email "tests@cocoapods.org"
-
git config --global user.name "CocoaPods Tests"
-
bundle exec pod env
override
:
-
bundle exec rake spec:all
:
environment
:
COCOAPODS_CI_TASKS
:
EXAMPLES
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment