index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .gitlab-ci.yml | 15 |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..fc0eded --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,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 |