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

Update .gitlab-ci.yml

parent 8d3da202
No related branches found
No related tags found
No related merge requests found
Pipeline #10465 failed
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
windows job:
tags:
- win
script:
- echo "OK"
linux job:
tags:
- docker
ftl:
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
script:
- mkdir build
- cd build
- cmake ..
- make
- make test
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