Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Perkins
ducc
Commits
23c22b21
Commit
23c22b21
authored
Mar 11, 2020
by
Martin Reinecke
Browse files
fix
parent
cbb4f47d
Changes
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
Markdown
is supported
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