axmol/.appveyor.yml

30 lines
444 B
YAML
Raw Normal View History

2017-07-17 15:52:44 +08:00
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"
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