aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2019-11-14 20:05:42 -0500
committerJames McCoy <jamessan@jamessan.com>2020-03-18 22:03:51 -0400
commit0ab7cfa78be0e63d3a512d6d1f62d7a9ece6c104 (patch)
tree786963e3f71e6a2bb905eca01b1d953f213645c2
parent87d892afa0475644e91d9c8a57b7c35491c4dc32 (diff)
downloadrneovim-0ab7cfa78be0e63d3a512d6d1f62d7a9ece6c104.tar.gz
rneovim-0ab7cfa78be0e63d3a512d6d1f62d7a9ece6c104.tar.bz2
rneovim-0ab7cfa78be0e63d3a512d6d1f62d7a9ece6c104.zip
Add big-endian, s390x job to Travis
This will help catch issues like #11388. [skip appveyor]
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 85eca601a3..9d7042ffbc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,7 +77,6 @@ addons:
- gdb
- gperf
- language-pack-tr
- - libc6-dev-i386
- libtool-bin
- locales
- ninja-build
@@ -160,6 +159,14 @@ jobs:
# Minimum required CMake.
- CMAKE_URL=https://cmake.org/files/v2.8/cmake-2.8.12-Linux-i386.sh
- *common-job-env
+ - name: big-endian
+ os: linux
+ arch: s390x
+ compiler: gcc
+ env:
+ - CMAKE_FLAGS="$CMAKE_FLAGS -DPREFER_LUA=ON"
+ - DEPS_CMAKE_FLAGS="$DEPS_CMAKE_FLAGS -DUSE_BUNDLED_LUAJIT=OFF"
+ - *common-job-env
- name: clang-tsan
os: linux
compiler: clang