summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 9b4b4e6fd89eb3b0b0eb67830e89afdb12ba27ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
check-syntax:
  stage: build

  before_script:
    - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make jq python3 python3-apt

  script:
    - make check-syntax

  # https://docs.gitlab.com/ce/ci/yaml/#shallow-cloning
  variables:
    GIT_DEPTH: "1"

© 2014-2024 Faster IT GmbH | imprint | privacy policy