summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: b0ff857a39663d64af7a421dd73db01a3a0dc027 (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 python-apsw

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

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