Created
August 24, 2015 21:12
-
-
Save khaosdoctor/891f93a59ff4d0c721dc to your computer and use it in GitHub Desktop.
Travis.yml for .NET
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: c | |
before_install: | |
- sudo apt-get update -qq > /dev/null | |
- sudo apt-get install mono-devel mono-gmcs nunit-console | |
- mozroots --import --sync | |
- mv -f src/.nuget/NuGet.mono.targets src/.nuget/NuGet.targets | |
- export EnableNuGetPackageRestore=true | |
script: | |
- cd <path> | |
- xbuild <solution>.sln | |
- nunit-console <path to>.dll -exclude Integration,NotWorkingOnMono |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment