Skip to content

Commit

Permalink
build mono-2.0 and mono 4.0 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dguder committed Jan 6, 2015
1 parent a731326 commit 0d42445
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Expand Up @@ -7,8 +7,12 @@ install:
- 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-devel mono-gmcs mono-dmcs mono-vbnc nuget libgdiplus=2.10-3


env:
- TARGET=mono-2.0 MCS=gmcs
- TARGET=mono-4.0 MCS=dmcs

script:
- mono --version
- make clean run-test TARGET=mono-2.0
- mono --version
- make clean run-test TARGET=$TARGET MCS=$MCS

0 comments on commit 0d42445

Please sign in to comment.