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