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
This commit is contained in:
CHP 2018-01-19 06:39:04 +01:00 committed by minggo
parent 4a23e754b2
commit 27a1312d1e
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ environment:
PYTHON_VERSION: "2.7.13" PYTHON_VERSION: "2.7.13"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
matrix: matrix:
- build_type: android_cpp_empty_test # - build_type: android_cpp_empty_test
- build_type: android_cpp_tests - build_type: android_cpp_tests
- build_type: android_cocos_new_test # - build_type: android_cocos_new_test
# - build_type: android_gen_libs # - build_type: android_gen_libs
- build_type: windows32 - build_type: windows32