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
3c9dde0a
Commit
3c9dde0a
authored
Jan 10, 2020
by
Thomas Vincent
Browse files
add manylinux python 34
parent
6783e64c
Pipeline
#19248
failed with stages
in 74 minutes and 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3c9dde0a
...
...
@@ -12,7 +12,7 @@ stages:
variables
:
PROJECT
:
silx
REPOSITORY
:
https://github.com/silx-kit/silx
MANYLINUX_PYTHON_VER
:
cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
MANYLINUX_PYTHON_VER
:
cp34-cp34m
cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
SILX_OPENCL
:
"
False"
EXTRA_SETUP_PY_CMD_OPTIONS
:
"
build
--no-openmp"
...
...
@@ -133,6 +133,12 @@ macos_test_python38:
-
pip install PySide2
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
manylinux1_test_cp34
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp34_base
dependencies
:
-
manylinux1_wheels
manylinux1_test_cp35
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp35_base
...
...
@@ -158,6 +164,12 @@ manylinux1_test_cp38:
-
manylinux1_wheels
manylinux2014_test_cp34
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp34_base
dependencies
:
-
manylinux2014_wheels
manylinux2014_test_cp35
:
<<
:
*test_template_defintion
extends
:
.manylinux2014_cp35_base
...
...
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