From: Jason S. Ninneman Date: Sat, 1 Jul 2017 14:27:37 +0000 (-0700) Subject: Attempt to unbreak pipeline. X-Git-Tag: takebird~147 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=b3828c8edca75b5944c5c3aa6205d7c061605591 Attempt to unbreak pipeline. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7198e7e..291b943 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ image: alpine -variables: - GIT_SUBMODULE_STRATEGY: "recursive" - GIT_SSL_NO_VERIFY: "true" - stages: - build - test @@ -14,7 +10,7 @@ binary:debug: stage: build before_script: - apk update - - apk add make gcc musl-dev python3 + - apk add make gcc musl-dev python3 libedit-dev - pip3 install PyYAML script: - make debug @@ -33,7 +29,7 @@ binary:release: stage: build before_script: - apk update - - apk add make gcc musl-dev python3 + - apk add make gcc musl-dev python3 libedit-dev - pip3 install PyYAML script: - make advent cheat