X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=b1e9653731eba7d43e0fbd9685d28055d4df6a9a;hp=fdf2bb726fb1266033cc651977fe8df5deaac43e;hb=e4aed91401cc34052ef5e545fc6a2eca17237871;hpb=4446c61d5fcde70839a8cf3bc88b8463af0e5242 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdf2bb7..b1e9653 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,8 +10,8 @@ binary:debug: stage: build before_script: - apk update - - apk add make gcc musl-dev python3 libedit-dev - - pip3 install PyYAML + - apk add make gcc musl-dev python py2-pip libedit-dev + - pip install PyYAML script: - make debug artifacts: @@ -29,8 +29,8 @@ binary:release: stage: build before_script: - apk update - - apk add make gcc musl-dev python3 libedit-dev - - pip3 install PyYAML + - apk add make gcc musl-dev python py2-pip libedit-dev + - pip install PyYAML script: - make advent cheat artifacts: @@ -81,8 +81,8 @@ test:debug: stage: test before_script: - apk update - - apk add make gcc python3 libedit-dev - - pip3 install PyYAML + - 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: - cd tests