Allow Page to open window for tizen applications
[platform/framework/web/crosswalk-tizen.git] / appveyor.yml
1 # appveyor file
2 # http://www.appveyor.com/docs/appveyor-yml
3 version: "{build}"
4
5 os: Visual Studio 2015
6
7 init:
8   - git config --global core.autocrlf input
9
10 platform:
11   - x86
12   - x64
13
14 install:
15   - cmd: SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
16   - cmd: SET PATH=C:\python27;%PATH%
17   - cmd: python script/cibuild
18
19 branches:
20   only:
21     - master
22
23 # disable build and test pahses
24 build: off
25 test: off