Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pyFAI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
silx
bob
pyFAI
Commits
d1448fdd
Commit
d1448fdd
authored
Aug 28, 2020
by
Thomas Vincent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tests on ppc64le
parent
f26de0d8
Pipeline
#32189
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
.gitlab-ci.yml
.gitlab-ci.yml
+20
-0
No files found.
.gitlab-ci.yml
View file @
d1448fdd
...
...
@@ -55,6 +55,26 @@ macos_wheel_python37:
macos_wheel_python38
:
extends
:
.macos_wheel_python38
# Test
.test_ppc64le_template
:
&test_ppc64le_template_defintion
stage
:
test
script
:
-
pip install --pre --find-links artifacts/ --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ --only-binary numpy,h5py,fabio,matplotlib,scipy,numexpr,silx pyFAI
-
python -c "import pyFAI.test, sys; sys.exit(pyFAI.test.run_tests());"
manylinux2014_ppc64le_test_cp37
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp37_base
dependencies
:
-
manylinux2014_ppc64le_wheels
manylinux2014_ppc64le_test_cp38
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp38_base
dependencies
:
-
manylinux2014_ppc64le_wheels
# Deploy
pages
:
...
...
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