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
23c22b21
Commit
23c22b21
authored
Mar 11, 2020
by
Martin Reinecke
Browse files
fix
parent
cbb4f47d
Pipeline
#70643
passed with stages
in 8 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
23c22b21
...
...
@@ -72,20 +72,20 @@ test_pyHealpix_clang:
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
pytest-3 -q test
test_interpol_ng_gcc
:
test_
py
interpol_ng_gcc
:
stage
:
testing
script
:
-
cd pysharp
-
python3 setup.py install --user -f
-
cd ../interpol_ng
-
cd ../
py
interpol_ng
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_interpol_ng_clang
:
test_
py
interpol_ng_clang
:
stage
:
testing
script
:
-
cd pysharp
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
cd ../interpol_ng
-
cd ../
py
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