Commit d678608d authored by Kirill Kornyakov's avatar Kirill Kornyakov

Initial version of Travis config

parent 2fb9cac0
language: cpp
compiler:
- gcc
- clang
before_script:
- cd ../
- git clone https://github.com/Itseez/opencv.git
- mkdir ../opencv-build
- cd ../opencv-build
- cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
script:
- make -j5
notifications:
email: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment