Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
82f03882
Unverified
Commit
82f03882
authored
Mar 23, 2022
by
Matti Picus
Committed by
GitHub
Mar 23, 2022
Browse files
Merge pull request #461 from cclauss/patch-1
AppVeyor: Upgrade to image: Visual Studio 2022 and Python 3.8-64
parents
9be57a53
1f0411b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.appveyor.yml
.appveyor.yml
+14
-0
No files found.
.appveyor.yml
View file @
82f03882
# https://www.appveyor.com/docs/windows-images-software
image
:
Visual Studio
2022
environment
:
global
:
REPO_DIR
:
python-appveyor-demo
...
...
@@ -13,6 +17,9 @@ environment:
-
PYTHON
:
"
C:
\\
Miniconda37-x64"
PYTHON_VERSION
:
"
3.7"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Miniconda38-x64"
PYTHON_VERSION
:
"
3.8"
PYTHON_ARCH
:
"
64"
# We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable.
...
...
@@ -24,12 +31,19 @@ matrix:
install
:
# Install miniconda and fix headers
-
where python
-
where py
# On Windows, py might be a better way to find and run CPython
-
py --list
# py -3.10-32, -3.10-64 with same syntax for 3.{9-3}, 2.{7,6}
-
SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
-
echo %PATH%
-
where conda
-
conda info
# Check that we have the expected version and architecture for Python
-
python --version
-
python -c "import struct; print(struct.calcsize('P') * 8)"
-
py --version
-
py -c "import struct; print(struct.calcsize('P') * 8)"
# clone a origsel/python-appveyor-demo
# this repo includes a simple package to test appveyor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment