Merge pull request #12985 from velconia/accelerate_py3_ci

Accelerate python35 ci job
add-doc-readme
Tao Luo 6 years ago committed by GitHub
commit 61490528da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -716,6 +716,12 @@ function main() {
build_mac
run_mac_test
;;
cicheck_py35)
cmake_gen ${PYTHON_ABI:-""}
build
run_test
assert_api_not_changed
;;
*)
print_usage
exit 0

Loading…
Cancel
Save