.travis.yml (396B)
1 language: cpp 2 sudo: required 3 dist: trusty 4 compiler: 5 - clang 6 os: 7 - linux 8 before_install: 9 - echo $LANG 10 - echo $LC_ALL 11 - if [ $TRAVIS_OS_NAME == linux ]; then chmod 755 ./scripts/llvm.sh && ./scripts/llvm.sh; fi 12 - sudo apt-get install -y libopencv-dev 13 before_script: 14 - if [ $TRAVIS_OS_NAME == linux ]; then travis_retry autoheader && aclocal && automake --add-missing && autoconf && ./configure; fi