Skip to content

Commit 22b7d55

Browse files
author
qinhui
committed
Modify script
1 parent 646a4da commit 22b7d55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/ci/build/build_mac.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
# pr: output test.zip to workspace dir
3838
# others: Rename the zip package name yourself, But need copy it to workspace dir
3939
##################################
40+
export PATH=$PATH:/opt/homebrew/bin
4041

4142
echo compile_project:$compile_project
4243
echo Package_Publish: $Package_Publish
@@ -119,10 +120,10 @@ if [ $compress_apiexample = true ]; then
119120
mv global_result.zip $WORKSPACE/${apiexample_global_name}_${sdk_version}${BUILD_NUMBER}_APIExample.zip
120121
fi
121122

122-
if [ $compile_project = true ]; then
123-
cd ./$unzip_name/samples/APIExample
124-
./cloud_build.sh || exit 1
125-
cd -
126-
fi
123+
#if [ $compile_project = true ]; then
124+
# cd ./$unzip_name/samples/APIExample
125+
# ./cloud_build.sh || exit 1
126+
# cd -
127+
#fi
127128

128129

0 commit comments

Comments
 (0)