Update snapshots to also build/test on OSX

This commit is contained in:
Lars Bergstrom 2014-06-18 16:47:25 -05:00
parent 6d3687a613
commit 94415ce996
5 changed files with 24 additions and 10 deletions

5
travis.linux.install.deps.sh Executable file
View file

@ -0,0 +1,5 @@
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update -q
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