mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Travis: install 32-bit development libraries
A 32-bit architecture will need 32-bit libraries.
This commit is contained in:
parent
bb47dfcabc
commit
0f65d9306b
1 changed files with 3 additions and 2 deletions
|
@ -21,9 +21,10 @@ matrix:
|
|||
- bc
|
||||
- expect
|
||||
- gettext
|
||||
- libncurses5-dev
|
||||
- lib32ncurses5-dev
|
||||
- g++-multilib
|
||||
env:
|
||||
- CXXFLAGS="-g -m32"
|
||||
- CXXFLAGS="-g -m32" CFLAGS="-g -m32"
|
||||
- os: linux
|
||||
compiler: clang
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue