OSDN Git Service

drm_hwcomposer: Allow pre-multi layer to always pass DrmPlane validation
[android-x86/external-drm_hwcomposer.git] / presubmit.sh
1 #!/bin/bash
2
3 set -e
4
5 echo "Run native build:"
6
7 ./.ci/.gitlab-ci-clang-build.sh
8
9 echo "Run style check:"
10
11 ./.ci/.gitlab-ci-checkcommit.sh
12
13 echo "Run coarse clang-tidy check:"
14
15 ./.ci/.gitlab-ci-clang-tidy-coarse.sh
16
17 echo "Run fine clang-tidy check:"
18
19 ./.ci/.gitlab-ci-clang-tidy-fine.sh
20
21 echo -e "\n\e[32m --- SUCCESS ---"