Browse Source

travis fold xcodebuild

Daniel Zlotin 7 years ago
parent
commit
609f5b3152
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      playground/scripts/e2e.ios.js

+ 4
- 0
playground/scripts/e2e.ios.js View File

16
 
16
 
17
   shellUtils.exec.execSync(`./scripts/detoxDebugFix.rb ${release ? '' : 'debug'}`);
17
   shellUtils.exec.execSync(`./scripts/detoxDebugFix.rb ${release ? '' : 'debug'}`);
18
 
18
 
19
+  shellUtils.exec.execSync(`echo -en 'travis_fold:start:xcodebuild'`);
20
+
19
   const cmd = `RCT_NO_LAUNCH_PACKAGER=true
21
   const cmd = `RCT_NO_LAUNCH_PACKAGER=true
20
           cd ios && xcodebuild
22
           cd ios && xcodebuild
21
             -scheme ${scheme} build
23
             -scheme ${scheme} build
28
   } else {
30
   } else {
29
     shellUtils.exec.execSync(`${cmd}`);
31
     shellUtils.exec.execSync(`${cmd}`);
30
   }
32
   }
33
+
34
+  shellUtils.exec.execSync(`echo -en 'travis_fold:end:xcodebuild'`);
31
 }
35
 }
32
 function hasXcpretty() {
36
 function hasXcpretty() {
33
   try {
37
   try {