|
|
|
@ -10,7 +10,7 @@ before_install: |
|
|
|
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe |
|
|
|
install: |
|
|
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y gtk-sharp2 ; fi |
|
|
|
- mono .nuget/nuget.exe restore Avalonia.mono.sln |
|
|
|
- mono .nuget/nuget.exe restore Avalonia.travis-mono.sln |
|
|
|
- mono .nuget/nuget.exe install xunit.runner.console -Version 2.1.0 -OutputDirectory testrunner |
|
|
|
script: |
|
|
|
- xbuild /p:Configuration=Release Avalonia.mono.sln |
|
|
|
|