1 changed files with 3 additions and 11 deletions
@ -1,12 +1,4 @@ |
|||
language: c |
|||
|
|||
install: |
|||
- curl -sLo /tmp/mono.gpg http://download.mono-project.com/repo/xamarin.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-complete nuget mono-vbnc fsharp libgdiplus=2.10-3 |
|||
- mozroots --import --sync --quiet |
|||
|
|||
language: csharp |
|||
sudo: false |
|||
script: |
|||
- ./build.sh Build |
|||
- ./build.sh Build |
|||
|
|||
Loading…
Reference in new issue