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
Simon Perkins
ducc
Commits
5d9dbf03
Commit
5d9dbf03
authored
Feb 25, 2020
by
Martin Reinecke
Browse files
more tests
parent
7de132bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5d9dbf03
...
...
@@ -37,6 +37,13 @@ test_pysharp_gcc:
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_pysharp_clang
:
stage
:
testing
script
:
-
cd pysharp
-
CC=clang python3 setup.py install --user -f
-
pytest-3 -q test
test_nifty_gridder_gcc
:
stage
:
testing
script
:
...
...
@@ -44,9 +51,23 @@ test_nifty_gridder_gcc:
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_nifty_gridder_clang
:
stage
:
testing
script
:
-
cd nifty_gridder
-
CC=clang python3 setup.py install --user -f
-
pytest-3 -q test
test_pyHealpix_gcc
:
stage
:
testing
script
:
-
cd pyHealpix
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_pyHealpix_clang
:
stage
:
testing
script
:
-
cd pyHealpix
-
CC=clang 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