Apparently, apt list does not give a list of names that apt-get understands, trying again with the "canonical" 32-bit install libs.

original commit: d89d8ff47594ecc765f2c2db3fd8aa7da1d6a951
This commit is contained in:
Andy Keep 2017-03-12 00:00:27 -05:00
parent 8e31239ab7
commit 26e49c19e6

View File

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