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
b6c0461e
Commit
b6c0461e
authored
Aug 01, 2020
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CI builds for different CPU architectures on travis.
parent
b7fd746d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
.travis.yml
.travis.yml
+19
-0
No files found.
.travis.yml
View file @
b6c0461e
...
...
@@ -65,6 +65,25 @@ matrix:
env
:
LIMITED_API=--limited-api EXCLUDE=--no-file
-
python
:
3.6
env
:
LIMITED_API=--limited-api EXCLUDE=--no-file
-
python
:
3.8
arch
:
arm64
env
:
BACKEND=c
-
python
:
3.8
arch
:
arm64
env
:
BACKEND=cpp
-
python
:
3.8
arch
:
ppc64le
env
:
BACKEND=c
-
python
:
3.8
arch
:
ppc64le
env
:
BACKEND=cpp
# s390x currently shows test failures.
# - python: 3.8
# arch: s390x
# env: BACKEND=c
# - python: 3.8
# arch: s390x
# env: BACKEND=cpp
-
env
:
STACKLESS=true BACKEND=c PY=2
python
:
2.7
-
env
:
STACKLESS=true BACKEND=c PY=3
...
...
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