Attempt to unbreak pipeline.

This commit is contained in:
Jason S. Ninneman 2017-07-01 07:27:37 -07:00
parent dec4cf3968
commit b3828c8edc

View file

@ -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