blob: 9a54b44d48632b54b83a5b0bc0a823ce1fe3ba44 [file] [log] [blame]
image: ubuntu:21.04
variables:
DEBIAN_FRONTEND: noninteractive
before_script:
- apt-get --quiet update --yes >/dev/null
- apt-get --quiet install --yes clang-12 clang-tidy-12 clang-format-12 git libdrm-dev blueprint-tools libgtest-dev make >/dev/null
stages:
- build
- style
build:
stage: build
script:
- make -f .ci/Makefile
artifacts:
when: on_failure
untracked: true
checkstyle:
stage: style
script: "./.ci/.gitlab-ci-checkcommit.sh"
artifacts:
when: on_failure
untracked: true