Added Travis-CI build script
This commit is contained in:
parent
925abfdb10
commit
4884c65b17
1 changed files with 17 additions and 0 deletions
17
.travis.yml
Normal file
17
.travis.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
language: objective-c
|
||||
|
||||
env:
|
||||
global:
|
||||
- EnableNuGetPackageRestore=true
|
||||
matrix:
|
||||
- MONO_VER="2.10.11"
|
||||
- MONO_VER="3.2.6"
|
||||
|
||||
before_install:
|
||||
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
|
||||
- hdid "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.dmg"
|
||||
- sudo installer -pkg "/Volumes/Mono Framework MDK ${MONO_VER}/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target /
|
||||
|
||||
script:
|
||||
- xbuild /p:Configuration=Release
|
||||
|
Loading…
Reference in a new issue