Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
596d37dc
Commit
596d37dc
authored
Apr 28, 2019
by
Guilhem Saurel
Browse files
update CI
parent
38e4af38
Pipeline
#4417
failed with stage
in 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
596d37dc
...
...
@@ -7,6 +7,9 @@ variables:
format
:
image
:
gepetto/linters
before_script
:
-
test -f /builds/setup.cfg || ln -s /root/setup.cfg /builds
-
test -f /builds/.clang-format || ln -s /root/.clang-format /builds
script
:
-
flake8 .
-
yapf -dr .
...
...
rainboard/templates/rainboard/gitlab-ci.yml
View file @
596d37dc
...
...
@@ -53,6 +53,9 @@ cache:
format
:
{
%
if project.allow_format_failure %
}
allow_failure
:
true
{
%
endif %
}
image
:
gepetto/linters
before_script
:
-
test -f /builds/setup.cfg || ln -s /root/setup.cfg /builds
-
test -f /builds/.clang-format || ln -s /root/.clang-format /builds
script
:
-
check-clang-format.sh
-
flake8 .
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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