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
27846ab2
Commit
27846ab2
authored
Sep 15, 2020
by
Thomas Vincent
Browse files
Pinpoint wheel on macos to support macos 10.12
parent
b44b772c
Pipeline
#37635
failed with stages
in 25 minutes and 4 seconds
Changes
1
Pipelines
14
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
27846ab2
...
...
@@ -104,26 +104,40 @@ windows_test_python38:
-
windows_wheel_python38
.test_macos_noqt_template
:
&test_macos_noqt_template_defintion
stage
:
test
variables
:
WITH_QT_TEST
:
"
False"
script
:
# Install pyopencl build dependencies first
-
pip install numpy pybind11
# Install pyopencl first to use a wheel from silx.org under Windows
-
pip install --find-links http://www.silx.org/pub/wheelhouse/ --trusted-host www.silx.org --prefer-binary pyopencl
# Install latest compatible version of PyQt5 with macos 10.12
-
pip install pyqt5==5.15.0
-
pip install --pre --find-links artifacts/ --only-binary silx silx[full]
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
macos_test_python35
:
<<
:
*test_noqt_template_defintion
<<
:
*test_
macos_
noqt_template_defintion
extends
:
.macos_base_python35
dependencies
:
-
macos_wheel_python35
macos_test_python36
:
<<
:
*test_noqt_template_defintion
<<
:
*test_
macos_
noqt_template_defintion
extends
:
.macos_base_python36
dependencies
:
-
macos_wheel_python36
macos_test_python37
:
<<
:
*test_noqt_template_defintion
<<
:
*test_
macos_
noqt_template_defintion
extends
:
.macos_base_python37
dependencies
:
-
macos_wheel_python37
macos_test_python38
:
<<
:
*test_noqt_template_defintion
<<
:
*test_
macos_
noqt_template_defintion
extends
:
.macos_base_python38
dependencies
:
-
macos_wheel_python38
...
...
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