Prechádzať zdrojové kódy

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

Norio Nomura 8 rokov pred
rodič
commit
6780b14721
1 zmenil súbory, kde vykonal 6 pridanie a 6 odobranie
  1. 6 6
      .travis.yml

+ 6 - 6
.travis.yml

@@ -3,9 +3,9 @@ matrix:
   include:
   include:
   - script:
   - script:
     - set -o pipefail
     - 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
     - xcodebuild -scheme Base32 build -destination "name=Apple Watch - 38mm" | xcpretty
     - swift test
     - swift test
     - pod lib lint
     - pod lib lint
@@ -14,9 +14,9 @@ matrix:
     osx_image: xcode8.2
     osx_image: xcode8.2
   - script:
   - script:
     - set -o pipefail
     - 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
     - xcodebuild -scheme Base32 build -destination "name=Apple Watch - 38mm" | xcpretty
     - swift test
     - swift test
     - pod lib lint
     - pod lib lint