From a49d7b0a53e827d1b73059ca1759782617f7c615 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 15 Jun 2022 21:01:18 +0200 Subject: [PATCH] appveyor.yml: build for x64 as well as for x86 --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4ebf925..8dc4515 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,6 +14,9 @@ environment: # - PYTHON: "C:\\Python35-x64" # - PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python37-x64" + platform: x64 + - PYTHON: "C:\\Python37" + platform: x86 install: - "%PYTHON%\\python.exe -m pip install wheel PyMuPDF pytest pyinstaller"