mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Update .travis.yml
This commit is contained in:
parent
2cf2cfcf99
commit
9bfa7643b4
@ -32,8 +32,8 @@ before_install:
|
||||
install:
|
||||
- if [[ $OSX ]]; then brew install icu4c pango; brew link --force gettext; fi
|
||||
- if [[ $OSX ]]; then export ICU_ROOT=/usr/local/opt/icu4c ; fi
|
||||
- wget --no-check-certificate https://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 --no-check-certificate https://www.cmake.org/files/v3.4/cmake-3.4.1-Linux-x86_64.sh
|
||||
- sudo sh cmake-3.4.1-Linux-x86_64.sh --skip-license --prefix=/usr
|
||||
- wget -O leptonica.zip https://github.com/DanBloomberg/leptonica/archive/v$LEPT_VER.zip
|
||||
- unzip leptonica.zip -d .
|
||||
- cmake -Hleptonica-$LEPT_VER -Bleptonica-$LEPT_VER/build
|
||||
|
Loading…
Reference in New Issue
Block a user