Skip to content

Commit

Permalink
Merge pull request #455 from frankyifei/reset
Browse files Browse the repository at this point in the history
bump crengine and fix .ci/test_script.sh
  • Loading branch information
houqp committed Sep 7, 2016
2 parents 457cc64 + 058743a commit 3e9b63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "${CI_DIR}/common.sh"

cp build/*/luajit $HOME/.luarocks/bin
# install tesseract trained language data for testing OCR functionality
travis_retry wget https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.eng.tar.gz
travis_retry wget http://pkgs.fedoraproject.org/repo/pkgs/tesseract/tesseract-ocr-3.02.eng.tar.gz/3562250fe6f4e76229a329166b8ae853/tesseract-ocr-3.02.eng.tar.gz
tar zxf tesseract-ocr-3.02.eng.tar.gz
cd build/* && export TESSDATA_PREFIX=`pwd`/data && mkdir -p data/tessdata
mv ../../tesseract-ocr/tessdata/* data/tessdata/ && cd ../../
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/kpvcrlib/crengine

0 comments on commit 3e9b63f

Please sign in to comment.