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

default:
  image: archlinux/base
  before_script:
    - pacman --noconfirm -Syy
    - pacman --noconfirm -S base-devel shellcheck

lint:
  stage: build
  script:
    - shellcheck -s bash
        archiso/mkarchiso
        configs/{baseline,releng}/build.sh
        configs/releng/airootfs/root/.automated_script.sh