2017-03-05 17:45:53 -04:00
|
|
|
version: 3.7.0a0.{build}
|
|
|
|
clone_depth: 5
|
2017-06-04 17:18:50 -03:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- /\d\.\d/
|
|
|
|
- buildbot-custom
|
2017-03-05 17:45:53 -04:00
|
|
|
build_script:
|
|
|
|
- cmd: PCbuild\build.bat -e
|
|
|
|
test_script:
|
|
|
|
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0
|
2017-03-11 16:55:35 -04:00
|
|
|
|
|
|
|
# Only trigger AppVeyor if actual code or its configuration changes
|
|
|
|
only_commits:
|
|
|
|
files:
|
|
|
|
- .github/appveyor.yml
|
|
|
|
- .gitattributes
|
|
|
|
- Grammar/
|
|
|
|
- Include/
|
|
|
|
- Lib/
|
|
|
|
- Modules/
|
|
|
|
- Objects/
|
|
|
|
- PC/
|
|
|
|
- PCBuild/
|
|
|
|
- Parser/
|
|
|
|
- Programs/
|
|
|
|
- Python/
|
|
|
|
- Tools/
|