-
Nicolas Pope authoredNicolas Pope authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 179 B
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