OSDN Git Service

drm_hwcomposer: allow to force mode by a property (v5)
[android-x86/external-drm_hwcomposer.git] / presubmit.sh
1 #!/bin/bash
2
3 set -e
4
5 echo "Run native build:"
6
7 make -f .ci/Makefile -j12
8
9 echo "Run style check:"
10
11 ./.ci/.gitlab-ci-checkcommit.sh
12
13 echo -e "\n\e[32m --- SUCCESS ---"