Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
bob
silx
Commits
c770db7a
Commit
c770db7a
authored
Jan 09, 2020
by
Thomas Vincent
Browse files
Test on manylinux2014 image (needed for PyQt5)
parent
8ca82395
Pipeline
#19182
passed with stages
in 135 minutes and 15 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c770db7a
...
...
@@ -144,50 +144,50 @@ macos_test_python38:
manylinux1_test_cp35
:
<<
:
*test_template_defintion
extends
:
.manylinux
1
_cp35_base
extends
:
.manylinux
2014
_cp35_base
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp36
:
<<
:
*test_template_defintion
extends
:
.manylinux
1
_cp36_base
extends
:
.manylinux
2014
_cp36_base
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp37
:
<<
:
*test_template_defintion
extends
:
.manylinux
1
_cp37_base
extends
:
.manylinux
2014
_cp37_base
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp38
:
<<
:
*test_template_defintion
extends
:
.manylinux
1
_cp38_base
extends
:
.manylinux
2014
_cp38_base
dependencies
:
-
manylinux1_wheels
manylinux2010_test_cp35
:
<<
:
*test_template_defintion
extends
:
.manylinux201
0
_cp35_base
extends
:
.manylinux201
4
_cp35_base
dependencies
:
-
manylinux2010_wheels
manylinux2010_test_cp36
:
<<
:
*test_template_defintion
extends
:
.manylinux201
0
_cp36_base
extends
:
.manylinux201
4
_cp36_base
dependencies
:
-
manylinux2010_wheels
manylinux2010_test_cp37
:
<<
:
*test_template_defintion
extends
:
.manylinux201
0
_cp37_base
extends
:
.manylinux201
4
_cp37_base
dependencies
:
-
manylinux2010_wheels
manylinux2010_test_cp38
:
<<
:
*test_template_defintion
extends
:
.manylinux201
0
_cp38_base
extends
:
.manylinux201
4
_cp38_base
dependencies
:
-
manylinux2010_wheels
...
...
Write
Preview
Supports
Markdown
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