Skip to content
GitLab
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
5fc0d653
Commit
5fc0d653
authored
Dec 02, 2020
by
Thomas Vincent
Browse files
Add build and test for python3.9
parent
db903868
Pipeline
#38216
failed with stages
in 42 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5fc0d653
...
...
@@ -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
:
cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
MANYLINUX_PYTHON_VER
:
cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
cp39-cp39
BOB_WINDOWS_APPLICATION
:
"
silx-windows-application.zip"
...
...
@@ -41,6 +41,9 @@ windows_wheel_python37:
windows_wheel_python38
:
extends
:
.windows_wheel_python38
windows_wheel_python39
:
extends
:
.windows_wheel_python39
debian9
:
extends
:
.debian9
...
...
@@ -69,6 +72,9 @@ macos_wheel_python37:
macos_wheel_python38
:
extends
:
.macos_wheel_python38
macos_wheel_python39
:
extends
:
.macos_wheel_python39
# Test
...
...
@@ -106,6 +112,13 @@ windows_test_python38:
-
windows_wheel_python38
allow_failure
:
true
windows_test_python39
:
<<
:
*test_noqt_template_defintion
extends
:
.windows_base_python39
dependencies
:
-
windows_wheel_python39
allow_failure
:
true
.test_macos_noqt_template
:
&test_macos_noqt_template_defintion
stage
:
test
...
...
@@ -145,6 +158,12 @@ macos_test_python38:
dependencies
:
-
macos_wheel_python38
macos_test_python39
:
<<
:
*test_macos_noqt_template_defintion
extends
:
.macos_base_python39
dependencies
:
-
macos_wheel_python39
.test_template
:
&test_template_defintion
stage
:
test
...
...
@@ -185,6 +204,12 @@ manylinux1_test_cp38:
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp39
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp39_base
dependencies
:
-
manylinux1_wheels
manylinux2014_test_cp35
:
<<
:
*test_template_defintion
...
...
@@ -210,6 +235,12 @@ manylinux2014_test_cp38:
dependencies
:
-
manylinux2014_wheels
manylinux2014_test_cp39
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp39_base
dependencies
:
-
manylinux2014_wheels
.test_ppc64le_template
:
&test_ppc64le_template_defintion
stage
:
test
...
...
@@ -231,6 +262,12 @@ manylinux2014_ppc64le_test_cp38:
dependencies
:
-
manylinux2014_ppc64le_wheels
manylinux2014_ppc64le_test_cp39
:
<<
:
*test_ppc64le_template_defintion
extends
:
.manylinux2014_ppc64le_cp39_base
dependencies
:
-
manylinux2014_ppc64le_wheels
# Windows fat binary
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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