drm_hwcomposer: CI: Use make -j for clang-tidy step
Local testing suggests that the parallelization of clang-tidy speeds things up considerably. Change-Id: I1a4aecc2efc43dd1929ff7fa86a649dbbb0d65e7 Signed-off-by: Drew Davenport <ddavenport@google.com>
This commit is contained in:
parent
3cb9555747
commit
4be73eef30
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ tidy:
|
|||
script:
|
||||
- rm ${HOME}/aospless/src
|
||||
- ln -s ${PWD} ${HOME}/aospless/src
|
||||
- BASE_DIR=${HOME}/aospless make -k -f .ci/Makefile
|
||||
- BASE_DIR=${HOME}/aospless make -j$(nproc) -k -f .ci/Makefile
|
||||
timeout: 2h
|
||||
|
||||
checkstyle:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue