From 50eaa027c70df05e1421502cccae46a64cdf5d32 Mon Sep 17 00:00:00 2001 From: yuyang18 Date: Wed, 18 Jul 2018 15:10:15 +0800 Subject: [PATCH] Move check API at the last --- paddle/scripts/paddle_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 4bdd86990f8..b53b9ff4da8 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -586,11 +586,11 @@ function main() { cicheck) cmake_gen ${PYTHON_ABI:-""} build - assert_api_not_changed run_test gen_capi_package gen_fluid_inference_lib test_fluid_inference_lib + assert_api_not_changed ;; *) print_usage -- GitLab