Merge pull request #6605 from Mailaender/travis-mono-latest

Build releases with latest Mono
This commit is contained in:
obrakmann
2014-09-29 21:55:20 +02:00

View File

@@ -6,8 +6,11 @@ language: c
# Make sure build dependencies are installed.
install:
- wget http://download.mono-project.com/repo/xamarin.gpg -O /tmp/mono.gpg
- sudo apt-key add /tmp/mono.gpg
- sudo sh -c "echo 'deb http://download.mono-project.com/repo/debian wheezy main' >> /etc/apt/sources.list.d/mono-xamarin.list"
- sudo apt-get update -qq
- sudo apt-get install -qq mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6
- sudo apt-get install -qq mono-gmcs cli-common-dev libgl1-mesa-glx libopenal1 libfreetype6 libgdiplus=2.10-3
cache: apt
# Run the build script