File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
2
3
3
before_install :
4
- - wget "http://download.mono-project.com/archive/3.8.0/macos-10-x86/MonoFramework-MDK-3.8.0.macos10.xamarin.x86.pkg"
5
- - sudo installer -pkg "MonoFramework-MDK-3.2.3 .macos10.xamarin.x86.pkg" -target /
6
- - export EnableNuGetPackageRestore="true"
7
- - git submodule update --init --recursive
8
- - mono --runtime=v4.0 .nuget/NuGet.exe install NUnit.Runners -Version 2.6.1 -o packages
4
+ - wget "http://download.mono-project.com/archive/3.8.0/macos-10-x86/MonoFramework-MDK-3.8.0.macos10.xamarin.x86.pkg"
5
+ - sudo installer -pkg "MonoFramework-MDK-3.8.0 .macos10.xamarin.x86.pkg" -target /
6
+ - export EnableNuGetPackageRestore="true"
7
+ - git submodule update --init --recursive
8
+ - mono --runtime=v4.0 .nuget/NuGet.exe install NUnit.Runners -Version 2.6.1 -o packages
9
9
10
10
script :
11
11
- xbuild
You can’t perform that action at this time.
0 commit comments