Skip to content
Snippets Groups Projects
.gitlab-ci.yml 171 B
Newer Older
Nicolas Pope's avatar
Nicolas Pope committed
before_script:
Nicolas Pope's avatar
Nicolas Pope committed
 - dnf update -qq && dnf install -y -qq g++ cmake libopencv-dev
Nicolas Pope's avatar
Nicolas Pope committed

ftl:
  script:
    - mkdir build
    - cd build
    - cmake ..
    - make
    - make test