.appveyor.yml 708 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. version: 1.0.{build}
  2. skip_tags: true
  3. skip_branch_with_pr: true
  4. image:
  5. - Visual Studio 2015
  6. environment:
  7. PYTHON: "C:\\Python27"
  8. PYTHON_VERSION: "2.7.13"
  9. PYTHON_ARCH: "32"
  10. matrix:
  11. - build_type: windows32_cocos_new_test
  12. - build_type: windows32
  13. - build_type: android_cpp_tests
  14. - build_type: android_cocos_new_test
  15. # - build_type: android_cpp_empty_test
  16. # - build_type: android_gen_libs
  17. platform:
  18. - x86
  19. configuration:
  20. - Release
  21. before_build:
  22. - ps: ./tools/appveyor-scripts/before-build.ps1
  23. build_script:
  24. - ps: ./tools/appveyor-scripts/build.ps1
  25. branches:
  26. except:
  27. - v1
  28. - v2
  29. - v4-develop
  30. - v3-doc
  31. - v3.11_backup
  32. - v35-for-tizen
  33. clone_depth: 1
  34. test: off