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

Add gitlab-ci config

parent c797630c
No related branches found
No related tags found
No related merge requests found
Pipeline #9481 failed
before_script:
- apt-get update -qq && apt-get install -y -qq g++ cmake libopencv-dev
ftl:
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