Update pipeline for python3 and PyYAML.
This commit is contained in:
parent
79926f7cfc
commit
37197a800a
1 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,8 @@ binary:debug:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add make gcc musl-dev
|
- apk add make gcc musl-dev python3 py-pip
|
||||||
|
- pip install PyYAML
|
||||||
script:
|
script:
|
||||||
- make debug
|
- make debug
|
||||||
artifacts:
|
artifacts:
|
||||||
|
@ -31,7 +32,8 @@ binary:release:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk update
|
- apk update
|
||||||
- apk add make gcc musl-dev
|
- apk add make gcc musl-dev python3 py-pip
|
||||||
|
- pip install PyYAML
|
||||||
script:
|
script:
|
||||||
- make advent
|
- make advent
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue