stage: build
before_script:
- 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
script:
- make debug
stage: build
before_script:
- 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
script:
- make advent cheat
stage: test
before_script:
- apk update
- - apk add make gcc python libedit-dev
+ - apk add make gcc python py2-pip libedit-dev
- pip install PyYAML
- apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
script: