forked from tsai/mathnet-numerics
6 changed files with 27 additions and 6 deletions
@ -0,0 +1,12 @@ |
|||||
|
language: objective-c |
||||
|
|
||||
|
env: |
||||
|
matrix: |
||||
|
- MONO_VERSION="3.2.5" |
||||
|
|
||||
|
install: |
||||
|
- wget "http://download.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" |
||||
|
- sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target / |
||||
|
|
||||
|
script: |
||||
|
- ./build.sh Test quick |
||||
@ -0,0 +1,6 @@ |
|||||
|
build_script: |
||||
|
- ps: .\build.cmd Test quick |
||||
|
test: off |
||||
|
artifacts: |
||||
|
- path: out\packages\NuGet\*.nupkg |
||||
|
- path: out\packages\Zip\*.zip |
||||
Loading…
Reference in new issue