X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=b1e9653731eba7d43e0fbd9685d28055d4df6a9a;hp=481ab91f1201c601f0946899c9abb69a25fd722d;hb=3e3c93903f443fcfb7254d4bd3dd0b607292f10e;hpb=8b38f66cbf1032745e9067580dbfd3d4ba495c5d diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 481ab91..b1e9653 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ binary:debug: stage: build before_script: - apk update - - apk add make gcc musl-dev python libedit-dev + - apk add make gcc musl-dev python py2-pip libedit-dev - pip install PyYAML script: - make debug @@ -29,7 +29,7 @@ binary:release: stage: build before_script: - apk update - - apk add make gcc musl-dev python libedit-dev + - apk add make gcc musl-dev python py2-pip libedit-dev - pip install PyYAML script: - make advent cheat @@ -81,7 +81,7 @@ test:debug: stage: test before_script: - apk update - - apk add make gcc python libedit-dev + - apk add make gcc python py2-pip libedit-dev - pip install PyYAML - apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted script: