Blame view

ios/cocos2d/.appveyor.yml 713 Bytes
520389e3   xiaoyu   接入cocos源码,编译未通过,继续修改
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  version: 1.0.{build}
  skip_tags: true
  skip_branch_with_pr: true
  image:
    - Visual Studio 2015
  environment:
    PYTHON: "C:\\Python27"
    PYTHON_VERSION: "2.7.13"
    PYTHON_ARCH: "32"
    matrix:
      - build_type: windows32_cmake_test
      - build_type: android_cpp_tests
      - build_type: android_lua_tests
  #    - build_type: android_cocos_new_test
  #    - build_type: android_cpp_empty_test
  #    - build_type: android_gen_libs
  
  
  platform:
    - x86
  
  configuration:
    - Release
  
  before_build:
    - 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
    - v35-for-tizen
  
  clone_depth: 1
  
  test: off