Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WhiteNavigationController
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zandor Smith
WhiteNavigationController
Commits
bba8974c
Commit
bba8974c
authored
6 years ago
by
Zandor Smith
Browse files
Options
Downloads
Patches
Plain Diff
Add .gitlab-ci.yml
parent
550667a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#3404
canceled
6 years ago
Stage: setup
Stage: build
Stage: lint
Stage: docs
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+59
-0
59 additions, 0 deletions
.gitlab-ci.yml
with
59 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
59
−
0
View file @
bba8974c
stages
:
-
setup
-
build
-
lint
-
docs
-
deploy
setup
:
stage
:
setup
script
:
-
pod repo update
tags
:
-
xcode
build
:
stage
:
build
script
:
-
cd Example/
-
pod install
-
cd ../
-
set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController-Example -sdk iphonesimulator12.1 ONLY_ACTIVE_ARCH=NO | xcpretty
tags
:
-
xcode
cocoapods-lint
:
stage
:
lint
script
:
-
pod lib lint
tags
:
-
xcode
swiftlint
:
stage
:
lint
script
:
-
swiftlint
tags
:
-
xcode
jazzy-docs
:
stage
:
docs
script
:
-
jazzy --podspec WhiteNavigationController.podspec --output docs
tags
:
-
xcode
artifacts
:
paths
:
-
docs
pages
:
dependencies
:
-
jazzy-docs
stage
:
deploy
script
:
-
mv docs/ public/
tags
:
-
xcode
artifacts
:
paths
:
-
public
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment