Adding lib32ncurses and libx32ncurses.

original commit: 06f07a57b86ed83239ceb5274c43e359eb7b8e79
This commit is contained in:
Andy Keep 2017-03-12 14:13:42 -04:00
parent 1bedb14887
commit d32433bcd7

View File

@ -22,5 +22,7 @@ addons:
apt: apt:
packages: packages:
- gcc-multilib - gcc-multilib
- lib32ncurses5-dev
- libx32ncurses5-dev
script: script:
- ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting ' - ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting '