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

  before_script:
    - apt-get update && apt-get -y install git make python python-apt

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

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