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
|
||||
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue