Skip to content
Snippets Groups Projects
Commit b8f3840d authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Use Xcode 11 to build.

parent f9033c52
No related branches found
No related tags found
No related merge requests found
Pipeline #5895 failed
......@@ -21,9 +21,9 @@ build-pod:
- cd Example/
- pod install
- cd ../
- set -o pipefail && xcodebuild build -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController -sdk iphonesimulator12.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
- xcode11
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 iphonesimulator12.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
- xcode11
cocoapods-lint:
stage: lint
script:
- pod lib lint --allow-warnings
tags:
- xcode
- xcode11
swiftlint:
stage: lint
script:
- swiftlint
tags:
- xcode
- xcode11
jazzy-docs:
stage: docs
script:
- jazzy --podspec WhiteNavigationController.podspec --output docs
tags:
- xcode
- xcode11
artifacts:
paths:
- docs
......@@ -66,7 +66,7 @@ pages:
script:
- mv docs/ public/
tags:
- xcode
- xcode11
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment