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
d7c8c057
Commit
d7c8c057
authored
Mar 01, 2018
by
Danielle Tomlinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to workflows
parent
d60ff0ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
9 deletions
+40
-9
config.yml
.circleci/config.yml
+40
-9
No files found.
.circleci/config.yml
View file @
d7c8c057
version
:
2.0
version
:
2.0
jobs
:
build
:
refrences
:
macos
:
steps
:
&steps
xcode
:
"
9.2.0"
steps
:
steps
:
-
checkout
-
checkout
...
@@ -27,8 +26,40 @@ jobs:
...
@@ -27,8 +26,40 @@ jobs:
git config --global user.email "tests@cocoapods.org"
git config --global user.email "tests@cocoapods.org"
git config --global user.name "CocoaPods Tests"
git config --global user.name "CocoaPods Tests"
-
run
:
bundle exec pod env
-
run
:
bundle exec pod env
-
run
:
-
run
:
bundle exec rake spec:all
name
:
Run Examples
command
:
bundle exec rake spec:all
jobs
:
environment
:
examples
:
COCOAPODS_CI_TASKS
:
EXAMPLES
macos
:
xcode
:
"
9.2.0"
environment
:
COCOAPODS_CI_TASKS
:
EXAMPLES
<<
:
*steps
specs
:
macos
:
xcode
:
"
9.2.0"
environment
:
COCOAPODS_CI_TASKS
:
SPECS
<<
:
*steps
lint
:
macos
:
xcode
:
"
9.2.0"
environment
:
COCOAPODS_CI_TASKS
:
LINT
<<
:
*steps
danger
:
docker
:
-
image
:
dantoml/danger
steps
:
-
checkout
-
run
:
danger
workflows
:
version
:
2
build-test
:
jobs
:
-
lint
-
danger
-
specs
-
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