Daniel Zlotin преди 7 години
родител
ревизия
609f5b3152
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4
    0
      playground/scripts/e2e.ios.js

+ 4
- 0
playground/scripts/e2e.ios.js Целия файл

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