Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
52635828
Commit
52635828
authored
Apr 20, 2020
by
Stefan Behnel
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build Cython in parallel on appveyor if distutils support it.
parent
9c121839
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
appveyor.yml
appveyor.yml
+7
-1
No files found.
appveyor.yml
View file @
52635828
...
...
@@ -8,17 +8,20 @@ environment:
# See: https://stackoverflow.com/questions/11267463/compiling-python-modules-on-windows-x64/13751649#13751649
WITH_ENV
:
"
cmd
/E:ON
/V:ON
/C
.
\\
appveyor
\\
run_with_env.cmd"
BACKEND
:
c
PARALLEL
:
"
-j4"
matrix
:
-
PYTHON
:
"
C:
\\
Python27"
PYTHON_VERSION
:
"
2.7"
PYTHON_ARCH
:
"
32"
PYTHONIOENCODING
:
"
utf-8"
PARALLEL
:
"
"
-
PYTHON
:
"
C:
\\
Python27-x64"
PYTHON_VERSION
:
"
2.7"
PYTHON_ARCH
:
"
64"
PYTHONIOENCODING
:
"
utf-8"
PARALLEL
:
"
"
-
PYTHON
:
"
C:
\\
Python38"
PYTHON_VERSION
:
"
3.8"
...
...
@@ -60,16 +63,19 @@ environment:
-
PYTHON
:
"
C:
\\
Python34"
PYTHON_VERSION
:
"
3.4"
PYTHON_ARCH
:
"
32"
PARALLEL
:
"
"
-
PYTHON
:
"
C:
\\
Python34-x64"
PYTHON_VERSION
:
"
3.4"
PYTHON_ARCH
:
"
64"
PARALLEL
:
"
"
-
PYTHON
:
"
C:
\\
Python27-x64"
PYTHON_VERSION
:
"
2.7"
PYTHON_ARCH
:
"
64"
BACKEND
:
cpp
PYTHONIOENCODING
:
"
utf-8"
PARALLEL
:
"
"
clone_depth
:
5
...
...
@@ -89,7 +95,7 @@ install:
build
:
off
build_script
:
-
"
%WITH_ENV%
%PYTHON%
\\
python.exe
setup.py
build_ext
--inplace"
-
"
%WITH_ENV%
%PYTHON%
\\
python.exe
setup.py
build_ext
--inplace
%PARALLEL%
"
-
"
%WITH_ENV%
%PYTHON%
\\
python.exe
setup.py
bdist_wheel"
test
:
off
...
...
Kirill Smelkov
@kirr
mentioned in commit
4900109c
·
Apr 24, 2020
mentioned in commit
4900109c
mentioned in commit 4900109cb691cfa8efe2b2f674ee3dcee68b878d
Toggle commit list
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