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

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