Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
WhiteNavigationController
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zandor Smith
WhiteNavigationController
Commits
b8f3840d
Commit
b8f3840d
authored
Oct 20, 2019
by
Zandor Smith
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Xcode 11 to build.
parent
f9033c52
Pipeline
#5895
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.gitlab-ci.yml
.gitlab-ci.yml
+8
-8
No files found.
.gitlab-ci.yml
View file @
b8f3840d
...
...
@@ -21,9 +21,9 @@ build-pod:
-
cd Example/
-
pod install
-
cd ../
-
set -o pipefail && xcodebuild build -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController -sdk iphonesimulator
12.2
ONLY_ACTIVE_ARCH=NO | xcpretty
-
set -o pipefail && xcodebuild build -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
tags
:
-
xcode
-
xcode
11
build-example
:
stage
:
build
...
...
@@ -31,30 +31,30 @@ build-example:
-
cd Example/
-
pod install
-
cd ../
-
set -o pipefail && xcodebuild build -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController-Example -sdk iphonesimulator
12.2
ONLY_ACTIVE_ARCH=NO | xcpretty
-
set -o pipefail && xcodebuild build -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
tags
:
-
xcode
-
xcode
11
cocoapods-lint
:
stage
:
lint
script
:
-
pod lib lint --allow-warnings
tags
:
-
xcode
-
xcode
11
swiftlint
:
stage
:
lint
script
:
-
swiftlint
tags
:
-
xcode
-
xcode
11
jazzy-docs
:
stage
:
docs
script
:
-
jazzy --podspec WhiteNavigationController.podspec --output docs
tags
:
-
xcode
-
xcode
11
artifacts
:
paths
:
-
docs
...
...
@@ -66,7 +66,7 @@ pages:
script
:
-
mv docs/ public/
tags
:
-
xcode
-
xcode
11
artifacts
:
paths
:
-
public
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