Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Perkins
ducc
Commits
a47240c2
Commit
a47240c2
authored
Mar 03, 2020
by
Martin Reinecke
Browse files
new tests
parent
d7cd8340
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a47240c2
...
...
@@ -77,7 +77,7 @@ test_interpol_ng_gcc:
script
:
-
cd pysharp
-
python3 setup.py install --user -f
-
cd interpol_ng
-
cd
../
interpol_ng
-
python3 setup.py install --user -f
-
pytest-3 -q test
...
...
@@ -86,6 +86,6 @@ test_interpol_ng_clang:
script
:
-
cd pysharp
-
CC="clang -fsized-deallocation" python3 setup.py install --user -f
-
cd interpol_ng
-
cd
../
interpol_ng
-
CC="clang -fsized-deallocation" 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