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

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