mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +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
|
- bc
|
||||||
- expect
|
- expect
|
||||||
- gettext
|
- gettext
|
||||||
- libncurses5-dev
|
- lib32ncurses5-dev
|
||||||
|
- g++-multilib
|
||||||
env:
|
env:
|
||||||
- CXXFLAGS="-g -m32"
|
- CXXFLAGS="-g -m32" CFLAGS="-g -m32"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in a new issue