mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-22 11:01:50 +00:00
Change to before_install
This commit is contained in:
parent
98edef2233
commit
3203ac14d3
@ -10,7 +10,7 @@ compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
install:
|
||||
before_install:
|
||||
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew install pkg-config autoconf automake libtool tesseract leptonica; fi
|
||||
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get install -y libcurl4-gnutls-dev tesseract-ocr tesseract-ocr-dev libleptonica-dev autoconf-archive; fi
|
||||
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get install python-distutils-extra tesseract-ocr tesseract-ocr-eng libopencv-dev libtesseract-dev libleptonica-dev python-all-dev swig libcv-dev python-opencv python-numpy python-setuptools build-essential subversion; fi
|
||||
|
Loading…
Reference in New Issue
Block a user