mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
Update .travis.yml
This commit is contained in:
parent
f9f85b88d0
commit
d7059e13fd
@ -21,7 +21,11 @@ addons:
|
||||
- gcc-4.8
|
||||
- g++-4.8
|
||||
|
||||
before_install:
|
||||
- if [[ $OSX ]]; then brew update; fi
|
||||
|
||||
install:
|
||||
- if [[ $OSX ]]; then brew install icu4c; fi
|
||||
- wget http://www.cmake.org/files/v3.3/cmake-3.3.1-Linux-x86_64.sh
|
||||
- sudo sh cmake-3.3.1-Linux-x86_64.sh --skip-license --prefix=/usr
|
||||
- wget -O leptonica.zip https://github.com/egorpugin/leptonica/archive/master.zip
|
||||
|
Loading…
Reference in New Issue
Block a user