Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2020-10-12 19:40:28 +0300
committerTaku Kudo <taku@google.com>2020-10-12 19:40:28 +0300
commit2010984073f389b42bded42c4823463ea91afd67 (patch)
treee0f816162cb33f60dd87ba8c6d1300d7345708c0
parent8f5610375816b7ae4b9999f6984c0f14810d1a25 (diff)
add arm64, ppc64le, s390x arch experimentally.
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c5625d..9cd701c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,15 @@ matrix:
env: IMAGE=ubuntu:rolling COMMAND=build_linux_clang_ubuntu
services: docker
- os: linux
+ arch: arm64
+ env: IMAGE=native COMMAND=build_linux_gcc_ubuntu
+ - os: linux
+ arch: ppc64le
+ env: IMAGE=native COMMAND=build_linux_gcc_ubuntu
+ - os: linux
+ arch: s390x
+ env: IMAGE=native COMMAND=build_linux_gcc_ubuntu
+ - os: linux
env: IMAGE=x86_64 COMMAND=make_py_wheel_py RELEASE_FILES="$TRAVIS_BUILD_DIR/python/dist/*manylinux*.whl"
script:
- $TRAVIS_BUILD_DIR/python/make_py_wheel.sh ${IMAGE}