Add multiple architectures for travis run

This commit is contained in:
Shree Devi Kumar 2021-03-06 08:30:14 +00:00
parent 0cde3ede98
commit 4fd0bca6c9

View File

@ -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