tesseract/.travis.yml

41 lines
801 B
YAML
Raw Normal View History

# Travis CI configuration for Tesseract
2021-03-08 02:31:02 +08:00
sudo: false
2015-09-07 01:54:05 +08:00
notifications:
email: false
2021-03-08 02:31:02 +08:00
language: cpp
2021-03-08 02:31:02 +08:00
os: linux
dist: focal
arch:
- amd64
- arm64
- ppc64le
- s390x
compiler:
- gcc
- clang
env:
cache:
directories:
2015-09-07 01:54:05 +08:00
2021-03-08 02:31:02 +08:00
before_install:
- sudo apt-get install libleptonica-dev libpango1.0-dev libtiff5-dev -y
2021-03-08 02:31:02 +08:00
install:
2021-03-08 02:31:02 +08:00
script:
- mkdir build
- cd build
- cmake .. -DSW_BUILD=OFF
2021-03-08 02:31:02 +08:00
- make
- sudo make install
2021-03-08 08:02:25 +08:00
#after_script: # let those commands trigger build errors
2021-03-08 02:31:02 +08:00
- tesseract -v
- text2image -v
- lstmtraining -v
- ls /home/travis/build/tesseract-ocr/tesseract/test/testing/*.tif
- wget https://github.com/egorpugin/tessdata/raw/master/tessdata/eng.traineddata
- tesseract /home/travis/build/tesseract-ocr/tesseract/test/testing/phototest.tif - -l eng --tessdata-dir ./