summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 6b598e2e45f9b3f058c446711dae4b8392bd138f (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 python python-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