From 27a1312d1eba5b9c50e32f92ef71e699f6bd7e5e Mon Sep 17 00:00:00 2001 From: CHP Date: Fri, 19 Jan 2018 06:39:04 +0100 Subject: [PATCH] Disable 2 appveyor android build configurations (#18645) * Simlpify appveyor script, remove unused functions * Setup android builds: cpp_test, cpp_empty, cocos_new for appveyor * Use absolute path for download-deps.py * PushAppveyorArtifacts * Disable 2 appveyor android build configurations --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b79bef8a29..f546893514 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,9 +8,9 @@ environment: PYTHON_VERSION: "2.7.13" PYTHON_ARCH: "32" matrix: - - build_type: android_cpp_empty_test +# - build_type: android_cpp_empty_test - build_type: android_cpp_tests - - build_type: android_cocos_new_test +# - build_type: android_cocos_new_test # - build_type: android_gen_libs - build_type: windows32