OSDN Git Service

drm_hwcomposer: CI: Use clang-11 for the CI
[android-x86/external-drm_hwcomposer.git] / .gitlab-ci.yml
1 image: ubuntu:20.04
2
3 before_script:
4   - apt-get --quiet update --yes >/dev/null
5   - apt-get --quiet install --yes clang-11 clang-tidy-11 clang-format-11 git >/dev/null
6
7 stages:
8   - style
9
10 checkstyle:
11   stage: style
12   script: "./.gitlab-ci-checkcommit.sh"
13   artifacts:
14     when: on_failure
15     untracked: true