Ensure libedit is installed for the pipeline jobs.

This commit is contained in:
Jason S. Ninneman 2017-07-01 07:29:53 -07:00
parent b3828c8edc
commit d529a14356

View file

@ -81,7 +81,7 @@ test:debug:
stage: test
before_script:
- apk update
- apk add make gcc
- apk add make gcc libedit-dev
- apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
script:
- cd tests
@ -98,7 +98,7 @@ test:release:
stage: test
before_script:
- apk update
- apk add make
- apk add make libedit
script:
- cd tests
- make