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
17b24ec1
Commit
17b24ec1
authored
Dec 02, 2019
by
Thomas Vincent
Browse files
Remove windows/py3.5 and py3.4, add py3.8 (no test), remove --no-cython option
parent
54e378ec
Pipeline
#18198
passed with stages
in 100 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17b24ec1
...
...
@@ -12,9 +12,9 @@ stages:
variables
:
PROJECT
:
silx
REPOSITORY
:
https://github.com/silx-kit/silx
MANYLINUX_PYTHON_VER
:
cp34-cp34m
cp35-cp35m cp36-cp36m cp37-cp37m
MANYLINUX_PYTHON_VER
:
cp35-cp35m cp36-cp36m cp37-cp37m
cp38-cp38
SILX_OPENCL
:
"
False"
EXTRA_SETUP_PY_CMD_OPTIONS
:
"
build
--no-cython
--no-openmp"
EXTRA_SETUP_PY_CMD_OPTIONS
:
"
build
--no-openmp"
source
:
...
...
@@ -28,14 +28,14 @@ manylinux2010_wheels:
extends
:
.manylinux2010_wheels
windows_wheel_python35
:
extends
:
.windows_wheel_python35
windows_wheel_python36
:
extends
:
.windows_wheel_python36
windows_wheel_python37
:
extends
:
.windows_wheel_python37
windows_wheel_python38
:
extends
:
.windows_wheel_python38
debian9
:
...
...
@@ -55,6 +55,9 @@ macos_wheel_python36:
macos_wheel_python37
:
extends
:
.macos_wheel_python37
macos_wheel_python38
:
extends
:
.macos_wheel_python38
# Test
...
...
@@ -74,13 +77,6 @@ macos_wheel_python37:
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
windows_test_python35
:
<<
:
*test_template_defintion
extends
:
.windows_base_python35
dependencies
:
-
windows_wheel_python35
allow_failure
:
true
windows_test_python36
:
<<
:
*test_template_defintion
extends
:
.windows_base_python36
...
...
@@ -95,6 +91,13 @@ windows_test_python37:
-
windows_wheel_python37
allow_failure
:
true
windows_test_python38
:
<<
:
*test_template_defintion
extends
:
.windows_base_python38
dependencies
:
-
windows_wheel_python38
allow_failure
:
true
#macos_test_python35:
# <<: *test_template_defintion
...
...
@@ -114,6 +117,12 @@ windows_test_python37:
# dependencies:
# - macos_wheel_python37
#macos_test_python38:
# <<: *test_template_defintion
# extends: .macos_base_python38
# dependencies:
# - macos_wheel_python38
manylinux1_test_cp35
:
<<
:
*test_template_defintion
...
...
@@ -133,6 +142,12 @@ manylinux1_test_cp37:
dependencies
:
-
manylinux1_wheels
#manylinux1_test_cp38:
# <<: *test_template_defintion
# extends: .manylinux1_cp38_base
# dependencies:
# - manylinux1_wheels
manylinux2010_test_cp35
:
<<
:
*test_template_defintion
...
...
@@ -152,31 +167,11 @@ manylinux2010_test_cp37:
dependencies
:
-
manylinux2010_wheels
# Test older version of Python where there is no PyQt wheel
.test_template_old
:
&test_template_old_defintion
stage
:
test
variables
:
WITH_QT_TEST
:
"
False"
WITH_GL_TEST
:
"
False"
script
:
-
pip install --pre --find-links artifacts/ --only-binary silx,scipy silx scipy
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
manylinux1_test_cp34
:
<<
:
*test_template_old_defintion
extends
:
.manylinux1_cp34_base
dependencies
:
-
manylinux1_wheels
manylinux2010_test_cp34
:
<<
:
*test_template_old_defintion
extends
:
.manylinux2010_cp34_base
dependencies
:
-
manylinux2010_wheels
#manylinux2010_test_cp38:
# <<: *test_template_defintion
# extends: .manylinux2010_cp38_base
# dependencies:
# - manylinux2010_wheels
# Deploy
...
...
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