We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3056f commit 8b96eedCopy full SHA for 8b96eed
.github/appveyor.yml
@@ -28,10 +28,10 @@ before_build:
28
29
30
build_script:
31
- - cmd: PCbuild\build.bat -e
32
- - cmd: PCbuild\win32\python.exe -m test.pythoninfo
+ - cmd: PCbuild\build.bat -e -p x64
+ - cmd: PCbuild\amd64\python.exe -m test.pythoninfo
33
test_script:
34
- - cmd: PCbuild\rt.bat -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 --fail-env-changed -j0
+ - cmd: PCbuild\rt.bat -x64 -q -uall -u-cpu -u-largefile -rwW --slowest --timeout=1200 --fail-env-changed -j0
35
environment:
36
HOST_PYTHON: C:\Python36\python.exe
37
image:
0 commit comments