From: Jason S. Ninneman Date: Wed, 14 Jun 2017 20:28:59 +0000 (-0700) Subject: Update pipeline for python3 and PyYAML. X-Git-Tag: 1.1~310 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=37197a800a62e31b05d7e8e97be16e37055e34cf;p=open-adventure.git Update pipeline for python3 and PyYAML. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f30b2db..1d8b297 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: