mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +00:00
Travis: add a 32-bit build
This will help prevent build failures on 32-bit platforms; for example,
14efcb7cc5
worked on 64-bit platforms but not on 32-bit platforms.
This commit is contained in:
parent
4f95c4b8ac
commit
170a5ea31c
1 changed files with 12 additions and 1 deletions
11
.travis.yml
11
.travis.yml
|
@ -13,6 +13,17 @@ matrix:
|
|||
- expect
|
||||
- gettext
|
||||
- libncurses5-dev
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- bc
|
||||
- expect
|
||||
- gettext
|
||||
- libncurses5-dev
|
||||
env:
|
||||
- CXXFLAGS="-g -m32"
|
||||
- os: linux
|
||||
compiler: clang
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue