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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Simon Perkins
ducc
Commits
dbe3c5f7
Commit
dbe3c5f7
authored
May 22, 2020
by
Martin Reinecke
Browse files
cleanup
parent
81c53810
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dbe3c5f7
...
...
@@ -17,98 +17,22 @@ build_docker:
-
docker build -t $CONTAINER_TEST_IMAGE .
-
docker push $CONTAINER_TEST_IMAGE
test_
pypocketfft_gcc
:
test_
cxxbase
:
stage
:
testing
script
:
-
cd pypocketfft
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_
pypocketfft
_clang
:
test_
cxxbase
_clang
:
stage
:
testing
script
:
-
cd pypocketfft
-
CC="clang -fsized-deallocation" 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_pysharp_clang
:
stage
:
testing
script
:
-
cd pysharp
-
CC="clang -fsized-deallocation" 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_nifty_gridder_clang
:
stage
:
testing
script
:
-
cd nifty_gridder
-
CC="clang -fsized-deallocation" 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 -fsized-deallocation" python3 setup.py install --user -f
-
pytest-3 -q test
test_pyinterpol_ng_gcc
:
stage
:
testing
script
:
-
cd pysharp
-
python3 setup.py install --user -f
-
cd ../pyinterpol_ng
-
python3 setup.py install --user -f
-
pytest-3 -q test
test_pyinterpol_ng_clang
:
stage
:
testing
script
:
-
cd pysharp
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
cd ../pyinterpol_ng
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
pytest-3 -q test
release
:
stage
:
build_tarballs
script
:
-
cd pypocketfft
-
python3 setup.py sdist
-
'
mv
dist/*.tar.gz
..'
-
cd ../pysharp
-
python3 setup.py sdist
-
'
mv
dist/*.tar.gz
..'
-
cd ../nifty_gridder
-
python3 setup.py sdist
-
'
mv
dist/*.tar.gz
..'
-
cd ../pyHealpix
-
python3 setup.py sdist
-
'
mv
dist/*.tar.gz
..'
-
cd ../pyinterpol_ng
-
python3 setup.py sdist
-
'
mv
dist/*.tar.gz
..'
artifacts
:
paths
:
-
'
*.tar.gz'
MANIFEST.in
0 → 100644
View file @
dbe3c5f7
prune .
graft src
include pyinterpol_ng/*.h
include nifty_gridder/*.h
include LICENSE
include 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