summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 9050d3eaf4e86c1eb1eb02d18fd80aac4c9300cd (plain)
1
2
3
4
5
6
7
8
9
image: fedora:latest

before_script:
  - dnf install -y ShellCheck python2-docutils python2-sphinx make

check:
    stage: build
    script:
      - make check