summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: e69ab5e72e4ca7b287aeaccd95d862b15c2edf81 (plain)
1
2
3
4
5
6
7
8
9
10
11
---

default:
  image: archlinux/base
  before_script:
    - pacman --noconfirm -Syu --needed base-devel shellcheck

lint:
  stage: build
  script:
    - make check