Merge pull request #16 from kirill-kornyakov/enable-travis
Enable travis and other fixespull/19/head
commit
9e5c28b88a
3 changed files with 23 additions and 2 deletions
@ -0,0 +1,14 @@ |
||||
language: cpp |
||||
compiler: |
||||
- gcc |
||||
- clang |
||||
before_script: |
||||
- cd ../ |
||||
- git clone https://github.com/Itseez/opencv.git |
||||
- mkdir build-opencv |
||||
- cd build-opencv |
||||
- cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv |
||||
script: |
||||
- make -j5 |
||||
notifications: |
||||
email: false |
Loading…
Reference in new issue