mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
Update .travis.yml
This commit is contained in:
parent
a65f2da409
commit
57947cd053
@ -28,7 +28,7 @@ before_install:
|
|||||||
- if [[ $OSX ]]; then brew update; fi
|
- if [[ $OSX ]]; then brew update; fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ $OSX ]]; then brew install icu4c pango ; fi
|
- if [[ $OSX ]]; then brew install icu4c pango; brew link --force gettext; fi
|
||||||
- if [[ $OSX ]]; then export ICU_ROOT=/usr/local/opt/icu4c ; fi
|
- if [[ $OSX ]]; then export ICU_ROOT=/usr/local/opt/icu4c ; fi
|
||||||
- wget http://www.cmake.org/files/v3.3/cmake-3.3.1-Linux-x86_64.sh
|
- 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
|
- sudo sh cmake-3.3.1-Linux-x86_64.sh --skip-license --prefix=/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user