mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
Add Appveyor (GH-324 backport) (GH-492)
This commit is contained in:
parent
e2c88bdd6b
commit
e73f9256a2
1 changed files with 6 additions and 0 deletions
6
.github/appveyor.yml
vendored
Normal file
6
.github/appveyor.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: 3.5.3+.{build}
|
||||
clone_depth: 5
|
||||
build_script:
|
||||
- cmd: PCbuild\build.bat -e
|
||||
test_script:
|
||||
- cmd: PCbuild\rt.bat -q -uall -rwW --timeout=1200 -j0
|
Loading…
Add table
Add a link
Reference in a new issue