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

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

  script:
    - git checkout master
    - git pull
    - make check-syntax

  variables:
    GIT_DEPTH: "10"

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