mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-21 00:20:45 +08:00
Add multiple architectures for travis run
This commit is contained in:
parent
0cde3ede98
commit
4fd0bca6c9
@ -36,6 +36,11 @@ matrix:
|
||||
|
||||
- os: linux
|
||||
dist: bionic
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
- s390x
|
||||
- arm64
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -57,3 +62,5 @@ matrix:
|
||||
- cmake .. -DLeptonica_DIR=leptonica-$LEPT_VER/build -DSW_BUILD=OFF
|
||||
- make
|
||||
- sudo make install
|
||||
- tesseract -v
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user