mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 01:01:22 +00:00
Add big-endian, s390x job to Travis
This will help catch issues like #11388. [skip appveyor]
This commit is contained in:
@@ -77,7 +77,6 @@ addons:
|
|||||||
- gdb
|
- gdb
|
||||||
- gperf
|
- gperf
|
||||||
- language-pack-tr
|
- language-pack-tr
|
||||||
- libc6-dev-i386
|
|
||||||
- libtool-bin
|
- libtool-bin
|
||||||
- locales
|
- locales
|
||||||
- ninja-build
|
- ninja-build
|
||||||
@@ -160,6 +159,14 @@ jobs:
|
|||||||
# Minimum required CMake.
|
# Minimum required CMake.
|
||||||
- CMAKE_URL=https://cmake.org/files/v2.8/cmake-2.8.12-Linux-i386.sh
|
- CMAKE_URL=https://cmake.org/files/v2.8/cmake-2.8.12-Linux-i386.sh
|
||||||
- *common-job-env
|
- *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
|
- name: clang-tsan
|
||||||
os: linux
|
os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|||||||
Reference in New Issue
Block a user