Skip to content
Snippets Groups Projects
.gitlab-ci.yml 347 B
Newer Older
image: ubuntu:18.04
Nicolas Pope's avatar
Nicolas Pope committed

Nicolas Pope's avatar
Nicolas Pope committed
before_script:
 - export DEBIAN_FRONTEND=noninteractive
Nicolas Pope's avatar
Nicolas Pope committed
 - apt-get update -qq && apt-get install -y -qq g++ cmake git
 - apt-get install -y -qq libopencv-dev libgoogle-glog-dev liburiparser-dev libreadline-dev libmsgpack-dev uuid-dev
Nicolas Pope's avatar
Nicolas Pope committed

ftl:
  script:
    - mkdir build
    - cd build
    - cmake ..
    - make
    - make test