未验证 提交 928faf53 编写于 作者: T tianshuo78520a 提交者: GitHub

test=ci-static-check (#51121)

上级 61d0b381
...@@ -3456,9 +3456,9 @@ function build_pr_and_develop() { ...@@ -3456,9 +3456,9 @@ function build_pr_and_develop() {
mkdir ${PADDLE_ROOT}/build/python/dist/ mkdir ${PADDLE_ROOT}/build/python/dist/
fi fi
mv ${PADDLE_ROOT}/dist/*.whl ${PADDLE_ROOT}/build/python/dist/ mv ${PADDLE_ROOT}/dist/*.whl ${PADDLE_ROOT}/build/python/dist/
generate_api_spec "$1" "DEV"
mkdir ${PADDLE_ROOT}/build/dev_whl && cp ${PADDLE_ROOT}/build/python/dist/*.whl ${PADDLE_ROOT}/build/dev_whl mkdir ${PADDLE_ROOT}/build/dev_whl && cp ${PADDLE_ROOT}/build/python/dist/*.whl ${PADDLE_ROOT}/build/dev_whl
fi fi
generate_api_spec "$1" "DEV"
} }
...@@ -3989,6 +3989,7 @@ function main() { ...@@ -3989,6 +3989,7 @@ function main() {
;; ;;
build_pr_dev) build_pr_dev)
build_pr_and_develop build_pr_and_develop
check_sequence_op_unittest
;; ;;
build_dev_test) build_dev_test)
cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number} cmake_gen_and_build ${PYTHON_ABI:-""} ${parallel_number}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册