Add basic qml linter config
This commit is contained in:
parent
2b1c9af311
commit
d0c43eb872
3 changed files with 77 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue