Browse Source

feat(lite): add macos lite whl scripts, enable megenginelite

pytest and enable cpp test in ci

GitOrigin-RevId: 5625a514ce
tags/v1.3.0
Megvii Engine Team 4 years ago
parent
commit
4c6484b7f0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      scripts/whl/macos/macos_build_whl.sh

+ 2
- 1
scripts/whl/macos/macos_build_whl.sh View File

@@ -172,8 +172,9 @@ function do_build() {
echo "org whl name: ${org_whl_name}" echo "org whl name: ${org_whl_name}"
echo "comapt whl name: ${compat_whl_name}" echo "comapt whl name: ${compat_whl_name}"
cp ${BUILD_DIR}/staging/dist/Meg*.whl ${MACOS_WHL_HOME}/${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 "##############################################################################################" echo "##############################################################################################"
echo "macos whl package location: ${MACOS_WHL_HOME}" echo "macos whl package location: ${MACOS_WHL_HOME}"


Loading…
Cancel
Save