ISO/.gitlab-ci.yml
Sven-Hendrik Haase 6c397136fd Use official archlinux Docker image
archlinux/base is being deprecated anyway.
2020-11-17 11:35:46 +00:00

14 lines
212 B
YAML

---
#
# SPDX-License-Identifier: GPL-3.0-or-later
default:
image: archlinux:latest
before_script:
- pacman --noconfirm -Syu --needed base-devel shellcheck
lint:
stage: build
script:
- make lint