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