Delete .travis.yml

This commit is contained in:
Egor Pugin 2022-04-30 22:35:21 +03:00 committed by GitHub
parent 5e053f3c72
commit 9ff97cd8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,40 +0,0 @@
# Travis CI configuration for Tesseract
sudo: false
notifications:
email: false
language: cpp
os: linux
dist: focal
arch:
- amd64
- arm64
- ppc64le
- s390x
compiler:
- gcc
- clang
env:
cache:
directories:
before_install:
- sudo apt-get install libleptonica-dev libpango1.0-dev libtiff5-dev -y
install:
script:
- mkdir build
- cd build
- cmake .. -DSW_BUILD=OFF
- make
- sudo make install
#after_script: # let those commands trigger build errors
- 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 ./