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
hdf5plugin
Commits
16572ef9
Commit
16572ef9
authored
Oct 04, 2019
by
Thomas Vincent
Browse files
fix test command + add more test env
parent
c2b2968a
Pipeline
#15172
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
16572ef9
...
...
@@ -25,10 +25,10 @@ manylinux2010_wheels:
windows_wheel_python27
:
extends
:
.windows_wheel_python27
windows_wheel_python3
7
:
windows_wheel_python3
:
extends
:
.windows_wheel_python37
macos_wheel
_python37
:
macos_wheel
:
extends
:
.macos_wheel_python37
...
...
@@ -38,7 +38,7 @@ macos_wheel_python37:
stage
:
test
script
:
-
pip install --pre --find-links artifacts/ --only-binary hdf5plugin hdf5plugin
-
python
test/test.py
-
python
-c "import hdf5plugin.test, sys; sys.exit(hdf5plugin.test.run_tests());"
windows_test_python27
:
...
...
@@ -46,20 +46,50 @@ windows_test_python27:
extends
:
.windows_base_python27
dependencies
:
-
windows_wheel_python27
allow_failure
:
true
windows_test_python36
:
<<
:
*test_template_defintion
extends
:
.windows_base_python36
dependencies
:
-
windows_wheel_python3
windows_test_python37
:
<<
:
*test_template_defintion
extends
:
.windows_base_python37
dependencies
:
-
windows_wheel_python37
allow_failure
:
true
#macos_test_python37:
# <<: *test_template_defintion
# extends: .macos_base_python37
# dependencies:
# - macos_wheel_python37
-
windows_wheel_python3
macos_test_python27
:
<<
:
*test_template_defintion
extends
:
.macos_base_python27
dependencies
:
-
macos_wheel
macos_test_python36
:
<<
:
*test_template_defintion
extends
:
.macos_base_python36
dependencies
:
-
macos_wheel
macos_test_python37
:
<<
:
*test_template_defintion
extends
:
.macos_base_python37
dependencies
:
-
macos_wheel
manylinux2010_test_cp27
:
<<
:
*test_template_defintion
extends
:
.manylinux2010_cp27_base
dependencies
:
-
manylinux2010_wheels
manylinux2010_test_cp36
:
<<
:
*test_template_defintion
extends
:
.manylinux2010_cp36_base
dependencies
:
-
manylinux2010_wheels
manylinux2010_test_cp37
:
<<
:
*test_template_defintion
...
...
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