android13/external/drm_hwcomposer/presubmit.sh

14 lines
167 B
Bash
Raw Normal View History

2024-06-22 08:45:49 -04:00
#!/bin/bash
set -e
echo "Run native build:"
make -f .ci/Makefile -j12
echo "Run style check:"
./.ci/.gitlab-ci-checkcommit.sh
echo -e "\n\e[32m --- SUCCESS ---"