Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
121b3bb3
Commit
121b3bb3
authored
Dec 17, 2018
by
Ronald S. Bultje
Browse files
CI: enforce lack of carriage return / tab
parent
36f76f42
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
121b3bb3
stages
:
-
style
-
build
-
test
style-check
:
image
:
registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage
:
style
tags
:
-
debian
-
amd64
script
:
-
git grep -n -e $'\t' --or -e $'\r' -- . ':(exclude)*/compat/*' && exit
1
-
/bin/true
build-debian
:
image
:
registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage
:
build
...
...
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