ISO/.gitlab-ci.yml

12 lines
165 B
YAML
Raw Normal View History

---
default:
image: archlinux/base
before_script:
- pacman --noconfirm -Syu --needed base-devel shellcheck
lint:
stage: build
script:
- make check