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
Martin Reinecke
ducc
Commits
7360150f
Commit
7360150f
authored
Feb 25, 2020
by
Martin Reinecke
Browse files
fix flags
parent
5d9dbf03
Pipeline
#69779
passed with stages
in 8 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7360150f
...
...
@@ -27,7 +27,7 @@ test_pypocketfft_clang:
stage
:
testing
script
:
-
cd pypocketfft
-
CC=clang python3 setup.py install --user -f
-
CC=
"
clang
-fsized-deallocation"
python3 setup.py install --user -f
-
pytest-3 -q test
test_pysharp_gcc
:
...
...
@@ -41,7 +41,7 @@ test_pysharp_clang:
stage
:
testing
script
:
-
cd pysharp
-
CC=clang python3 setup.py install --user -f
-
CC=
"
clang
-fsized-deallocation"
python3 setup.py install --user -f
-
pytest-3 -q test
test_nifty_gridder_gcc
:
...
...
@@ -55,7 +55,7 @@ test_nifty_gridder_clang:
stage
:
testing
script
:
-
cd nifty_gridder
-
CC=clang python3 setup.py install --user -f
-
CC=
"
clang
-fsized-deallocation"
python3 setup.py install --user -f
-
pytest-3 -q test
test_pyHealpix_gcc
:
...
...
@@ -69,5 +69,5 @@ test_pyHealpix_clang:
stage
:
testing
script
:
-
cd pyHealpix
-
CC=clang python3 setup.py install --user -f
-
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
.
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