before_script:
- dnf update -qq && dnf install -y -qq g++ cmake libopencv-dev
ftl: script: - mkdir build - cd build - cmake .. - make - make test