提交 c89c6735 编写于 作者: M Megvii Engine Team

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

pytest and enable cpp test in ci

GitOrigin-RevId: fa963616a6e5d4aa548ac0f0854438c84d402116
上级 4c6484b7
......@@ -104,6 +104,7 @@ function copy_more_dll() {
fi
}
function do_build() {
for ver in ${ALL_PYTHON}
do
......@@ -171,6 +172,7 @@ function do_build() {
${PYTHON_DIR}/python3 setup.py bdist_wheel
cp ${BUILD_DIR}/staging/dist/Meg*.whl ${WINDOWS_WHL_HOME}/
echo ""
echo "##############################################################################################"
echo "windows whl package location: ${WINDOWS_WHL_HOME}"
......@@ -195,5 +197,10 @@ function third_party_prepare() {
######################
export ALREADY_CONFIG_PYTHON_VER="yes"
if [ ${BUILD_WHL_CPU_ONLY} = "OFF" ]; then
export SDK_NAME="cu101"
else
export SDK_NAME="cpu"
fi
third_party_prepare
do_build
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册