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
hdf5plugin
Commits
420fd63c
Commit
420fd63c
authored
Dec 02, 2019
by
Thomas Vincent
Browse files
Add tests of installation from source tarball
parent
27b382ca
Pipeline
#17820
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
420fd63c
...
@@ -102,6 +102,29 @@ manylinux2010_test_cp37:
...
@@ -102,6 +102,29 @@ manylinux2010_test_cp37:
-
manylinux_wheels
-
manylinux_wheels
# Test install from source
.test_sdist_template
:
&v
stage
:
test
dependencies
:
-
source
script
:
-
pip install --pre --find-links artifacts/ --no-binary hdf5plugin hdf5plugin
-
python -m hdf5plugin.test
manylinux2010_test_sdist_cp37
:
<<
:
*test_sdist_template_defintion
extends
:
.manylinux2010_cp37_base
macos_test_sdist_python37
:
<<
:
*test_sdist_template_defintion
extends
:
.macos_base_python37
windows_test_sdist_python38
:
<<
:
*test_sdist_template_defintion
extends
:
.windows_base_python38
# Deploy
# Deploy
pages
:
pages
:
...
...
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