Skip to content
Snippets Groups Projects
Commit a663dc86 authored by Sebastian Hahta's avatar Sebastian Hahta
Browse files

Merge branch 'master' of gitlab.utu.fi:nicolas.pope/ftl

parents 7fbcf3a7 21a9cd41
Branches
Tags v0.0.3
No related merge requests found
Pipeline #10969 canceled
...@@ -14,15 +14,14 @@ stages: ...@@ -14,15 +14,14 @@ stages:
# paths: # paths:
# - build/ # - build/
docker: linux:
stage: all stage: all
tags: tags:
- docker - linux
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 libreadline-dev libmsgpack-dev uuid-dev libpcl-dev
- apt-get install -y -qq libopencv-dev libgoogle-glog-dev liburiparser-dev libreadline-dev libmsgpack-dev uuid-dev libpcl-dev
script: script:
- mkdir build - mkdir build
- cd build - cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment