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
Martin Reinecke
ducc
Commits
d7cd8340
Commit
d7cd8340
authored
Mar 03, 2020
by
Martin Reinecke
Browse files
new tests
parent
161bffab
Pipeline
#70135
failed with stages
in 4 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d7cd8340
...
...
@@ -71,3 +71,21 @@ test_pyHealpix_clang:
-
cd pyHealpix
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
pytest-3 -q test
test_interpol_ng_gcc
:
stage
:
testing
script
:
-
cd pysharp
-
python3 setup.py install --user -f
-
cd interpol_ng
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_interpol_ng_clang
:
stage
:
testing
script
:
-
cd pysharp
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
cd interpol_ng
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
pytest-3 -q test
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