summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-12-06 10:24:51 -0500
committerJoel Fischer <joeljfischer@gmail.com>2019-12-06 10:24:51 -0500
commitfd23432269a4c90e63bba549f24538eb7cdd9622 (patch)
tree8d73f4f1764ef4e4c2e736952b23e7baf13e2f55 /.travis.yml
parentdaad2ef3a162a6559fd38f5b1b0f5bf76c9fdf11 (diff)
downloadsdl_ios-fd23432269a4c90e63bba549f24538eb7cdd9622.tar.gz
Update travis file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 3 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
index 20171e8f1..04b5752e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,23 +18,9 @@ before_script:
- carthage bootstrap --platform ios
script:
-- set -o pipefail && xcodebuild -project "SmartDeviceLink-iOS.xcodeproj" -scheme "SmartDeviceLink" -sdk "iphonesimulator13.2" -destination "OS=13.2,name=iPhone 11" -configuration Debug ONLY_ACTIVE_ARCH=NO RUN_CLANG_STATIC_ANALYZER=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES ENABLE_TESTABILITY=YES test | xcpretty -c;
-- set -o pipefail && xcodebuild -project "SmartDeviceLink-iOS.xcodeproj" -scheme "SmartDeviceLink-Example-ObjC" -sdk "iphonesimulator13.2" -destination "OS=13.2,name=iPhone 11" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
-- set -o pipefail && xcodebuild -project "SmartDeviceLink-iOS.xcodeproj" -scheme "SmartDeviceLink-Example-Swift" -sdk "iphonesimulator13.2" -destination "OS=13.2,name=iPhone 11" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
+- set -o pipefail && xcodebuild -project "SmartDeviceLink-iOS.xcodeproj" -scheme "SmartDeviceLink-Example-ObjC" -destination "platform=iOS Simulator,OS=13.2,name=iPhone 11" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
+- set -o pipefail && xcodebuild -project "SmartDeviceLink-iOS.xcodeproj" -scheme "SmartDeviceLink-Example-Swift" -destination "platform=iOS Simulator,OS=13.2,name=iPhone 11" -configuration Debug ONLY_ACTIVE_ARCH=NO build | xcpretty -c;
+- set -o pipefail && xcodebuild -project "SmartDeviceLink-iOS.xcodeproj" -scheme "SmartDeviceLink" -destination "platform=iOS Simulator,OS=13.2.2,name=iPhone 11" -configuration Debug ONLY_ACTIVE_ARCH=NO RUN_CLANG_STATIC_ANALYZER=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES ENABLE_TESTABILITY=YES test | xcpretty -c;
after_script:
- bash <(curl -s https://codecov.io/bash)
-
-before_deploy:
- - carthage build --no-skip-current --platform ios
- - carthage archive $FRAMEWORK_NAME
-
-deploy:
- provider: releases
- api_key:
- secure: p28zh58SsuOu7kD1/OhTklKsuAGD/DbSjBHDW7Tz1Yw+KDOm/RZZwdCmm9s3aroK7imtzSePj16v6Wxg4JT1JbVdNo2meEg/b6Ue0BcifEOx6dxKqeAtutQQdG3xqRIJxPZaK1nm6BSUZ5haaLMEKIFfiumQSaVwQVhs0chP0d4=
- file: "$FRAMEWORK_NAME.framework.zip"
- skip_cleanup: true
- on:
- repo: smartdevicelink/sdl_ios
- tags: true