Skip to content

Commit 87aa699

Browse files
shoumikhinhuydhn
andauthored
Update test_ios_ci.sh to use the app from executorch-examples repo (#9596)
Co-authored-by: Huy Do <[email protected]>
1 parent 1facfa9 commit 87aa699

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.ci/scripts/test_ios_ci.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
set -e
99

10-
APP_PATH="examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo"
10+
APP_PATH="executorch-examples/apple/ExecuTorchDemo/ExecuTorchDemo"
1111
MODEL_NAME="mv3"
1212
SIMULATOR_NAME="executorch"
1313

@@ -34,6 +34,10 @@ say() {
3434
echo -e "\033[1m\n\t** $1 **\n\033[0m"
3535
}
3636

37+
say "Cloning the Demo App"
38+
39+
git clone --depth 1 https://github.com/pytorch-labs/executorch-examples.git
40+
3741
say "Installing CoreML Backend Requirements"
3842

3943
./backends/apple/coreml/scripts/install_requirements.sh

0 commit comments

Comments
 (0)