Skip to content

Commit 27a1312

Browse files
crazyhappygameminggo
authored andcommitted
Disable 2 appveyor android build configurations (cocos2d#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
1 parent 4a23e75 commit 27a1312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ environment:
88
PYTHON_VERSION: "2.7.13"
99
PYTHON_ARCH: "32"
1010
matrix:
11-
- build_type: android_cpp_empty_test
11+
# - build_type: android_cpp_empty_test
1212
- build_type: android_cpp_tests
13-
- build_type: android_cocos_new_test
13+
# - build_type: android_cocos_new_test
1414
# - build_type: android_gen_libs
1515
- build_type: windows32
1616

0 commit comments

Comments
 (0)