Add basic qml linter config

This commit is contained in:
Nicolas Werner 2023-10-26 21:03:36 +02:00
parent 2b1c9af311
commit d0c43eb872
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 77 additions and 1 deletions

View file

@ -312,7 +312,7 @@ linting:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/alpine:latest
tags: [docker]
before_script:
- apk update && apk add make git python3 py3-pip
- apk update && apk add make git python3 py3-pip qt6-qtdeclarative-dev
- apk add clang-extra-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
- export PATH="$PATH:/root/.local/bin"
- pip3 install --user reuse