summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 74ecdd32cc06a1e18cffc90844fa13d1f2b19507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---

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
        configs/releng/airootfs/usr/local/bin/choose-mirror
        scripts/run_archiso.sh
        archiso/initcpio/install/*
    - shellcheck -s dash
        archiso/initcpio/hooks/*
        archiso/initcpio/script/*