Skip to content

Commit 6149052

Browse files
authored
Merge pull request #12985 from velconia/accelerate_py3_ci
Accelerate python35 ci job
2 parents e2e6a6f + 755edc2 commit 6149052

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,12 @@ function main() {
716716
build_mac
717717
run_mac_test
718718
;;
719+
cicheck_py35)
720+
cmake_gen ${PYTHON_ABI:-""}
721+
build
722+
run_test
723+
assert_api_not_changed
724+
;;
719725
*)
720726
print_usage
721727
exit 0

0 commit comments

Comments
 (0)