mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[TRAVIS] Disable code format checker in CI.
The configuration is not final yet and we have a lot of files that don't follow the suggested style. At this point, having it active in CI means builds are essentially always red, and we miss actual compilation errors.
This commit is contained in:
parent
d1ac13c64b
commit
cdb6af05a7
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ env:
|
|||
- CLFORMAT_BINARY=clang-format-9
|
||||
jobs:
|
||||
- DO_BUILD=1
|
||||
- DO_CHECK=1
|
||||
|
||||
before_install:
|
||||
- ln -s /usr/share/clang/clang-format-9/clang-format-diff.py ./sdk/tools/;
|
||||
|
|
Loading…
Reference in a new issue