Skip to content
Snippets Groups Projects
Commit c967aca1 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Add readline dependency to CI

parent e492ae97
No related branches found
No related tags found
No related merge requests found
Pipeline #9580 passed
...@@ -3,7 +3,7 @@ image: ubuntu:18.04 ...@@ -3,7 +3,7 @@ image: ubuntu:18.04
before_script: before_script:
- export DEBIAN_FRONTEND=noninteractive - export DEBIAN_FRONTEND=noninteractive
- apt-get update -qq && apt-get install -y -qq g++ cmake git - apt-get update -qq && apt-get install -y -qq g++ cmake git
- apt-get install -y -qq libopencv-dev libgoogle-glog-dev liburiparser-dev libmsgpack-dev uuid-dev - apt-get install -y -qq libopencv-dev libgoogle-glog-dev liburiparser-dev libreadline-dev libmsgpack-dev uuid-dev
ftl: ftl:
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment