OSDN Git Service

drm_hwcomposer: CI: Replace shell scripts with Makefile
authorRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Wed, 22 Dec 2021 14:22:24 +0000 (16:22 +0200)
committerRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Wed, 22 Dec 2021 15:31:54 +0000 (17:31 +0200)
commitcef5c77ef971604d2c513c1056222fbb695da1b9
tree181065e9573fdedd8c21b0f86d73d0fcd600c646
parent5f2f3ce3bc9683be578ec20452145474234c1f4e
drm_hwcomposer: CI: Replace shell scripts with Makefile

This won't make much benefits for CI, but for local native builds will
significantly speed-up build cycle by allowing parallel build and by
using dependency tracking logic.

Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
.ci/.common.sh [deleted file]
.ci/.gitlab-ci-clang-build.sh [deleted file]
.ci/.gitlab-ci-clang-tidy-coarse.sh [deleted file]
.ci/.gitlab-ci-clang-tidy-fine.sh [deleted file]
.ci/Makefile [new file with mode: 0644]
.gitlab-ci.yml
presubmit.sh