Skip to content
Snippets Groups Projects
.gitlab-ci.yml 242 B
Newer Older
Nicolas Pope's avatar
Nicolas Pope committed
image: gcc

Nicolas Pope's avatar
Nicolas Pope committed
before_script:
Nicolas Pope's avatar
Nicolas Pope committed
  - uname -a
  - ls /etc/*release
  - cat /etc/os-release
# - yum update -qq && yum install -y -qq g++ cmake libopencv-dev
Nicolas Pope's avatar
Nicolas Pope committed

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