Install Python 2 pip in Alpine.
This commit is contained in:
parent
8b38f66cbf
commit
a0c33c2483
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ binary:debug:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add make gcc musl-dev python libedit-dev
|
- apk add make gcc musl-dev python py2-pip libedit-dev
|
||||||
- pip install PyYAML
|
- pip install PyYAML
|
||||||
script:
|
script:
|
||||||
- make debug
|
- make debug
|
||||||
|
@ -29,7 +29,7 @@ binary:release:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add make gcc musl-dev python libedit-dev
|
- apk add make gcc musl-dev python py2-pip libedit-dev
|
||||||
- pip install PyYAML
|
- pip install PyYAML
|
||||||
script:
|
script:
|
||||||
- make advent cheat
|
- make advent cheat
|
||||||
|
@ -81,7 +81,7 @@ test:debug:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add make gcc python libedit-dev
|
- apk add make gcc python py2-pip libedit-dev
|
||||||
- pip install PyYAML
|
- pip install PyYAML
|
||||||
- apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
|
- apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue