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
de2c21a1
Commit
de2c21a1
authored
Feb 24, 2020
by
Martin Reinecke
Browse files
experiment
parent
38c0c1ae
Pipeline
#69725
passed with stages
in 8 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
de2c21a1
...
...
@@ -22,3 +22,24 @@ test_pypocketfft_gcc:
-
cd pypocketfft
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_pysharp_gcc
:
stage
:
testing
script
:
-
cd pysharp
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_nifty_gridder_gcc
:
stage
:
testing
script
:
-
cd nifty_gridder
-
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
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