summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 80e5a4038ecc699c69bfd4a68f66bf26810ee88c (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 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