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
e8c7b353
Commit
e8c7b353
authored
Jun 08, 2020
by
Martin Reinecke
Browse files
fix?
parent
16bd2bb9
Pipeline
#76251
failed with stages
in 14 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8c7b353
...
...
@@ -19,13 +19,13 @@ build_docker:
test_gcc
:
stage
:
testing
script
:
-
p
ython3 setup.py
install --user
-f
-
p
ip3
install --user
.
-
pytest-3 -q python/test
test_clang
:
stage
:
testing
script
:
-
CC="clang -fsized-deallocation" p
ython3 setup.py
install --user
-f
-
CC="clang -fsized-deallocation" p
ip3
install --user
.
-
pytest-3 -q python/test
release
:
...
...
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