project-street

Top_Secret :P
git clone git://archive.git.mtrnord.blog/MTRNord/project-street.git
Log | Files | Refs | README | LICENSE

commit d942d4003594e6b8cc31900a96ff4520c5caeadc
parent 3ca9ec335422335557391434a181834b5fe77749
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 12 Jun 2016 22:05:55 +0200

Add opencv

Diffstat:
M.travis.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -9,5 +9,6 @@ before_install: - echo $LANG - echo $LC_ALL - if [ $TRAVIS_OS_NAME == linux ]; then chmod 755 ./scripts/llvm.sh && ./scripts/llvm.sh; fi +- sudo apt-get install libopencv-dev before_script: - if [ $TRAVIS_OS_NAME == linux ]; then travis_retry autoheader && aclocal && automake --add-missing && autoconf && ./configure; fi