Skip to content

Commit

Permalink
Initial version of Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Kornyakov committed Mar 20, 2014
1 parent 2fb9cac commit d678608
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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

0 comments on commit d678608

Please sign in to comment.