2017-07-17 15:52:44 +08:00
|
|
|
version: 1.0.{build}
|
|
|
|
skip_tags: true
|
|
|
|
skip_branch_with_pr: true
|
|
|
|
image:
|
2020-02-08 14:11:28 +08:00
|
|
|
- Visual Studio 2019
|
2017-07-17 15:52:44 +08:00
|
|
|
environment:
|
|
|
|
PYTHON: "C:\\Python27"
|
|
|
|
PYTHON_VERSION: "2.7.13"
|
|
|
|
PYTHON_ARCH: "32"
|
2018-01-15 14:38:09 +08:00
|
|
|
matrix:
|
2018-09-25 11:16:04 +08:00
|
|
|
- build_type: windows32_cmake_test
|
2018-01-15 14:38:09 +08:00
|
|
|
- build_type: android_cpp_tests
|
2020-02-08 17:03:14 +08:00
|
|
|
# - build_type: android_lua_tests
|
2018-07-22 15:09:00 +08:00
|
|
|
# - build_type: android_cocos_new_test
|
2018-01-30 09:20:44 +08:00
|
|
|
# - build_type: android_cpp_empty_test
|
2018-01-15 14:38:09 +08:00
|
|
|
# - build_type: android_gen_libs
|
2018-01-30 09:20:44 +08:00
|
|
|
|
2017-07-17 15:52:44 +08:00
|
|
|
|
|
|
|
platform:
|
|
|
|
- x86
|
|
|
|
|
|
|
|
configuration:
|
|
|
|
- Release
|
|
|
|
|
2018-01-15 14:38:09 +08:00
|
|
|
before_build:
|
2017-07-17 15:52:44 +08:00
|
|
|
- ps: ./tools/appveyor-scripts/before-build.ps1
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
- ps: ./tools/appveyor-scripts/build.ps1
|
|
|
|
|
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- v1
|
|
|
|
- v2
|
|
|
|
- v4-develop
|
|
|
|
- v3-doc
|
|
|
|
- v3.11_backup
|
2018-01-15 14:38:09 +08:00
|
|
|
- v35-for-tizen
|
|
|
|
|
2018-01-30 09:20:44 +08:00
|
|
|
clone_depth: 1
|
|
|
|
|
|
|
|
test: off
|