Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
silx
bob
silx
Commits
c9a53706
Commit
c9a53706
authored
Nov 05, 2021
by
Thomas Vincent
Browse files
Add python3.10 (but for power9)
parent
567d9804
Pipeline
#58800
canceled with stages
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c9a53706
...
...
@@ -14,7 +14,7 @@ variables:
REPOSITORY
:
https://github.com/silx-kit/silx
SILX_OPENCL
:
"
False"
EXTRA_SETUP_PY_CMD_OPTIONS
:
"
build
--no-openmp"
MANYLINUX_PYTHON_VER
:
cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
MANYLINUX_PYTHON_VER
:
cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39
cp310-310
BOB_WINDOWS_APPLICATION
:
"
silx-windows-application.zip"
...
...
@@ -44,6 +44,9 @@ windows_wheel_python38:
windows_wheel_python39
:
extends
:
.windows_wheel_python39
windows_wheel_python310
:
extends
:
.windows_wheel_python310
debian10
:
extends
:
.debian10
...
...
@@ -69,6 +72,8 @@ macos_wheel_python38:
macos_wheel_python39
:
extends
:
.macos_wheel_python39
macos_wheel_python310
:
extends
:
.macos11_arm64_wheel_python310
# Test
...
...
@@ -105,6 +110,11 @@ windows_test_python39:
extends
:
.windows_base_python39
needs
:
[
"
windows_wheel_python39"
]
windows_test_python310
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python310
needs
:
[
"
windows_wheel_python310"
]
.test_macos_noqt_template
:
&test_macos_noqt_template_defintion
stage
:
test
...
...
@@ -142,6 +152,11 @@ macos_test_python39:
extends
:
.macos_base_python39
needs
:
[
"
macos_wheel_python39"
]
macos_test_python310
:
<<
:
*test_macos_noqt_template_defintion
extends
:
.macos11_intel64_base_python310
needs
:
[
"
macos_wheel_python310"
]
.test_template
:
&test_template_defintion
stage
:
test
...
...
@@ -200,6 +215,11 @@ manylinux2014_test_cp39:
extends
:
.manylinux2014_cp39_base
needs
:
[
"
manylinux2014_wheels"
]
manylinux2014_test_cp310
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp310_base
needs
:
[
"
manylinux2014_wheels"
]
.test_ppc64le_template
:
&test_ppc64le_template_defintion
stage
:
test
...
...
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