Modify Linux travis config to run content and cpu ref tests.

This commit is contained in:
Glenn Watson 2014-07-23 14:04:45 +10:00
parent 6bdafc8a59
commit 038ce82846
6 changed files with 124 additions and 2 deletions

View file

@ -1,5 +1,6 @@
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -q
sudo apt-get install -qq --force-yes -y xserver-xorg-input-void xserver-xorg-video-dummy xpra
sudo apt-get install -qq --force-yes -y autoconf2.13 gperf libxxf86vm-dev libglfw-dev libstdc++6-4.7-dev
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get install ttf-mscorefonts-installer > /dev/null