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
53db63c1
Commit
53db63c1
authored
Jun 04, 2020
by
Martin Reinecke
Browse files
fix tests
parent
3257c76d
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53db63c1
...
...
@@ -20,13 +20,13 @@ test_gcc:
stage
:
testing
script
:
-
python3 setup.py install --user -f
-
pytest-3 -q
fft/test sht/test healpix/test wgridder/test totalconvolve
/test
-
pytest-3 -q
python
/test
test_clang
:
stage
:
testing
script
:
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
pytest-3 -q
fft/test sht/test healpix/test wgridder/test totalconvolve
/test
-
pytest-3 -q
python
/test
release
:
stage
:
build_tarballs
...
...
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