From bff768052a02404198e0da796b7805f58f3dfced Mon Sep 17 00:00:00 2001 From: Oleg Gnidets Date: Mon, 11 Oct 2021 14:50:34 +0300 Subject: [PATCH 1/2] Updates in CI --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4df32f5..a6e0e00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,20 @@ 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 + - stage: Dependency Manager Validation + name: Carthage script: - carthage build --no-skip-current From 5e51a8f56022150a72315d030c3cfe8f68be7d17 Mon Sep 17 00:00:00 2001 From: Oleg Gnidets Date: Mon, 11 Oct 2021 16:42:42 +0300 Subject: [PATCH 2/2] Disable Carthage --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6e0e00..5bb67c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ jobs: name: CocoaPods script: - pod lib lint --allow-warnings - - stage: Dependency Manager Validation - name: Carthage - 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