mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 03:30:05 +01:00
gitlab CI: alpine needs pip explicitly installed now
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2a7ea444e3
commit
75ca6dcfa3
2 changed files with 6 additions and 6 deletions
|
|
@ -138,7 +138,7 @@ check-ci-script:
|
|||
image: golang:alpine
|
||||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
script:
|
||||
- ci-fairy generate-template
|
||||
|
|
@ -154,7 +154,7 @@ check-commit:
|
|||
image: golang:alpine
|
||||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
script:
|
||||
- pip3 install GitPython
|
||||
- pip3 install pytest
|
||||
|
|
@ -340,7 +340,7 @@ freebsd:11.2@container-prep:
|
|||
- .policy
|
||||
image: golang:alpine
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
script:
|
||||
# Go to your Profile, Settings, Access Tokens
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ check-ci-script:
|
|||
image: golang:alpine
|
||||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
script:
|
||||
- ci-fairy generate-template
|
||||
|
|
@ -150,7 +150,7 @@ check-commit:
|
|||
image: golang:alpine
|
||||
stage: prep
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
script:
|
||||
- pip3 install GitPython
|
||||
- pip3 install pytest
|
||||
|
|
@ -287,7 +287,7 @@ freebsd:11.2@container-prep:
|
|||
- .policy
|
||||
image: golang:alpine
|
||||
before_script:
|
||||
- apk add python3 git
|
||||
- apk add python3 py-pip git
|
||||
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
script:
|
||||
# Go to your Profile, Settings, Access Tokens
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue