Altering the settings for i3le and ti3le to install 32-bit library support.

original commit: 6c3fb7a1445c64e8f57362a1768b42462cffc324
This commit is contained in:
Andy Keep 2017-03-11 23:50:03 -05:00
parent 3a9a7dc7b0
commit 4dc75cdd65

View File

@ -17,5 +17,8 @@ matrix:
env: TARGET_MACHINE=a6le
- os: linux
env: TARGET_MACHINE=ta6le
install:
- if [[ "$TARGET_MACHINE" == "i3le" || "$TARGET_MACHINE" == "ti3le" ]] ; then apt-get update -y ; fi
- if [[ "$TARGET_MACHINE" == "i3le" || "$TARGET_MACHINE" == "ti3le" ]] ; then apt-get install -y libc6-dev-x32 libc6-x32 lib32ncurses5 lib32ncurses5-dev ; fi
script:
- ./configure -m=$TARGET_MACHINE && make && make test 2>&1 | tee Make.out | grep '^matting '