|
@@ -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 {
|