Skip to content

Commit

Permalink
Merge pull request #149 from okta/ognidets-OKTA-425390-Decrease-runni…
Browse files Browse the repository at this point in the history
…ng-time

Updates in CI
  • Loading branch information
oleggnidets-okta authored Nov 4, 2021
2 parents 4c4cf15 + 4f618c4 commit 5db8e35
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
language: objective-c
osx_image: xcode11.5
osx_image: xcode12.5
jobs:
include:
- stage: Unit tests iOS
- stage: Unit tests
name: iOS
script:
- xcodebuild -workspace OktaAuthSdk.xcworkspace -scheme "OktaAuthNative iOS" -destination "platform=iOS Simulator,OS=latest,name=iPhone 11" clean test
- stage: Swift Package Manager validation
name: MacOS
- stage: Dependency Manager Validation
name: SPM
script:
- swift test
- stage: Cocoapods validation
name: iOS
- stage: Dependency Manager Validation
name: CocoaPods
script:
- pod lib lint --allow-warnings
- stage: Carthage validation
name: iOS
script:
- carthage build --no-skip-current
# Disable carthage as it requires --use-xcframeworks. It's time-consuming operation.
# - stage: Dependency Manager Validation
# name: Carthage
# script:
# - carthage build --no-skip-current

0 comments on commit 5db8e35

Please sign in to comment.