Update pipeline for python3 and PyYAML.

This commit is contained in:
Jason S. Ninneman 2017-06-14 13:28:59 -07:00
parent 79926f7cfc
commit 37197a800a

View file

@ -14,7 +14,8 @@ binary:debug:
stage: build
before_script:
- apk update
- apk add make gcc musl-dev
- apk add make gcc musl-dev python3 py-pip
- pip install PyYAML
script:
- make debug
artifacts:
@ -31,7 +32,8 @@ binary:release:
stage: build
before_script:
- apk update
- apk add make gcc musl-dev
- apk add make gcc musl-dev python3 py-pip
- pip install PyYAML
script:
- make advent
artifacts: