appveyor.yml: build for x64 as well as for x86
This commit is contained in:
parent
4ac61db781
commit
5000545f0d
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ environment:
|
||||||
# - PYTHON: "C:\\Python36-x64"
|
# - PYTHON: "C:\\Python36-x64"
|
||||||
- PYTHON: "C:\\Python37-x64"
|
- PYTHON: "C:\\Python37-x64"
|
||||||
|
|
||||||
|
platform:
|
||||||
|
- x86
|
||||||
|
- x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pyinstaller"
|
- "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pyinstaller"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue