2020-06-25 23:01:54 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
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
|
2020-06-30 12:30:51 +02:00
|
|
|
configs/releng/airootfs/usr/local/bin/choose-mirror
|
2020-07-02 10:11:49 +02:00
|
|
|
scripts/run_archiso.sh
|