Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fbbb80

Browse files
committed
Add Appveyor (pythonGH-324 backport)
1 parent 997cc69 commit 7fbbb80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 3.5.3+.{build}
2+
clone_depth: 5
3+
build_script:
4+
- cmd: PCbuild\build.bat -e
5+
test_script:
6+
- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0

0 commit comments

Comments
 (0)