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:
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:
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