From 4c6484b7f05449d285c59f1fe60ece1023b03352 Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Fri, 5 Mar 2021 10:38:38 +0800 Subject: [PATCH] feat(lite): add macos lite whl scripts, enable megenginelite pytest and enable cpp test in ci GitOrigin-RevId: 5625a514ced888676266902cb6d87a7f354bffaf --- scripts/whl/macos/macos_build_whl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/whl/macos/macos_build_whl.sh b/scripts/whl/macos/macos_build_whl.sh index 08b197f7..90b8bae5 100755 --- a/scripts/whl/macos/macos_build_whl.sh +++ b/scripts/whl/macos/macos_build_whl.sh @@ -172,8 +172,9 @@ function do_build() { echo "org whl name: ${org_whl_name}" echo "comapt whl name: ${compat_whl_name}" cp ${BUILD_DIR}/staging/dist/Meg*.whl ${MACOS_WHL_HOME}/${compat_whl_name} - cd ${SRC_DIR} + + cd ${SRC_DIR} echo "" echo "##############################################################################################" echo "macos whl package location: ${MACOS_WHL_HOME}"