mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
Only trigger AppVeyor on code or config changes (GH-611 backport) (GH-620)
This commit is contained in:
parent
d7a8d32ce2
commit
b3536df9f8
1 changed files with 17 additions and 0 deletions
17
.github/appveyor.yml
vendored
17
.github/appveyor.yml
vendored
|
@ -4,3 +4,20 @@ build_script:
|
||||||
- cmd: PCbuild\build.bat -e
|
- cmd: PCbuild\build.bat -e
|
||||||
test_script:
|
test_script:
|
||||||
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0
|
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0
|
||||||
|
|
||||||
|
# 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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue