Просмотр исходного кода

[Travis] Change build action from `test` to `build-for-testing test-without-building`

Norio Nomura 8 лет назад
Родитель
Сommit
6780b14721
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      .travis.yml

+ 6 - 6
.travis.yml

@@ -3,9 +3,9 @@ matrix:
   include:
   - script:
     - set -o pipefail
-    - xcodebuild -scheme Base32 test | xcpretty
-    - xcodebuild -scheme Base32 test -destination "name=iPhone 7" | xcpretty
-    - xcodebuild -scheme Base32 test -destination "name=Apple TV 1080p" | xcpretty
+    - xcodebuild -scheme Base32 build-for-testing test-without-building | xcpretty
+    - xcodebuild -scheme Base32 build-for-testing test-without-building -destination "name=iPhone 7" | xcpretty
+    - xcodebuild -scheme Base32 build-for-testing test-without-building -destination "name=Apple TV 1080p" | xcpretty
     - xcodebuild -scheme Base32 build -destination "name=Apple Watch - 38mm" | xcpretty
     - swift test
     - pod lib lint
@@ -14,9 +14,9 @@ matrix:
     osx_image: xcode8.2
   - script:
     - set -o pipefail
-    - xcodebuild -scheme Base32 test | xcpretty
-    - xcodebuild -scheme Base32 test -destination "name=iPhone 7" | xcpretty
-    - xcodebuild -scheme Base32 test -destination "name=Apple TV 1080p" | xcpretty
+    - xcodebuild -scheme Base32 build-for-testing test-without-building | xcpretty
+    - xcodebuild -scheme Base32 build-for-testing test-without-building -destination "name=iPhone 7" | xcpretty
+    - xcodebuild -scheme Base32 build-for-testing test-without-building -destination "name=Apple TV 1080p" | xcpretty
     - xcodebuild -scheme Base32 build -destination "name=Apple Watch - 38mm" | xcpretty
     - swift test
     - pod lib lint