diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-05 00:35:15 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-03-05 01:04:07 +0100 |
commit | a6f0d2ea7d8eb359e7d9ca7b5aac91ffe9d140ec (patch) | |
tree | aab5ff97d57e57ea675e27adbf80449939cedebe /.gitlab-ci.yml | |
parent | Avoid some duplicate property queries (diff) | |
download | nheko-a6f0d2ea7d8eb359e7d9ca7b5aac91ffe9d140ec.tar.xz |
Update license headers
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b44e740b..95fec7ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,9 +143,12 @@ linting: image: alpine:latest tags: [docker] before_script: - - apk update && apk add clang make git + - apk update && apk add clang make git python3 py3-pip + - export PATH="$PATH:/root/.local/bin" + - pip3 install --user reuse script: - make lint + - make license appimage-amd64: stage: build |