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
08c3c80f
Unverified
Commit
08c3c80f
authored
Mar 17, 2022
by
Christian Clauss
Committed by
GitHub
Mar 17, 2022
Browse files
Update .appveyor.yml
parent
237ff5c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
18 deletions
+3
-18
.appveyor.yml
.appveyor.yml
+3
-18
No files found.
.appveyor.yml
View file @
08c3c80f
...
@@ -17,24 +17,9 @@ environment:
...
@@ -17,24 +17,9 @@ environment:
-
PYTHON
:
"
C:
\\
Miniconda37-x64"
-
PYTHON
:
"
C:
\\
Miniconda37-x64"
PYTHON_VERSION
:
"
3.7"
PYTHON_VERSION
:
"
3.7"
PYTHON_ARCH
:
"
64"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Miniconda38"
PYTHON_VERSION
:
"
3.8"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Miniconda38-x64"
-
PYTHON
:
"
C:
\\
Miniconda38-x64"
PYTHON_VERSION
:
"
3.8"
PYTHON_VERSION
:
"
3.8"
PYTHON_ARCH
:
"
64"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Miniconda39"
PYTHON_VERSION
:
"
3.9"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Miniconda39-x64"
PYTHON_VERSION
:
"
3.9"
PYTHON_ARCH
:
"
64"
-
PYTHON
:
"
C:
\\
Miniconda310"
PYTHON_VERSION
:
"
3.10"
PYTHON_ARCH
:
"
32"
-
PYTHON
:
"
C:
\\
Miniconda310-x64"
PYTHON_VERSION
:
"
3.10"
PYTHON_ARCH
:
"
64"
# We always use a 64-bit machine, but can build x86 distributions
# We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable.
# with the TARGET_ARCH variable.
...
@@ -47,11 +32,11 @@ matrix:
...
@@ -47,11 +32,11 @@ matrix:
install
:
install
:
# Install miniconda and fix headers
# Install miniconda and fix headers
-
where python
-
where python
-
where py
-
where py
# On Windows, py might be a better way to find and run CPython
-
py --list
-
py --list
# py run -2.6-32, -2.6-64, -2.7-32, -2.7-64, -3.3-32, -3.3-64, ... -3.10-32, -3.10-64
-
SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
-
SET PATH=%PYTHON%;%PYTHON%\Scripts;%PYTHON%\Library\bin;%PATH%
-
echo %PATH%
-
echo %PATH%
-
where conda
||
true
-
where conda
-
conda info
-
conda info
# Check that we have the expected version and architecture for Python
# Check that we have the expected version and architecture for Python
...
...
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