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

Update .gitlab-ci.yml

parent 5d489294
No related branches found
No related tags found
No related merge requests found
Pipeline #10937 passed
......@@ -14,15 +14,14 @@ stages:
# paths:
# - build/
docker:
linux:
stage: all
tags:
- docker
image: ubuntu:18.04
before_script:
- export DEBIAN_FRONTEND=noninteractive
- 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
- linux
# before_script:
# - export DEBIAN_FRONTEND=noninteractive
# - 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
script:
- mkdir build
- cd build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment