summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: ef001dd22a3d2b9d345c7515f7fda7f96a12b28d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

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

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