1 2 3 4 5 6 7 8 9 10 11
--- default: image: archlinux/base before_script: - pacman --noconfirm -Syu --needed base-devel shellcheck lint: stage: build script: - make check