Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/CI
diff options
context:
space:
mode:
Diffstat (limited to 'CI')
-rwxr-xr-xCI/travis.linux.install.deps.sh7
-rwxr-xr-xCI/travis.osx.install.deps.sh7
2 files changed, 9 insertions, 5 deletions
diff --git a/CI/travis.linux.install.deps.sh b/CI/travis.linux.install.deps.sh
index 94400152..1a820d07 100755
--- a/CI/travis.linux.install.deps.sh
+++ b/CI/travis.linux.install.deps.sh
@@ -1,4 +1,9 @@
#!/bin/bash
set -ev
-sudo apt-get install cmake mono-devel mono-gmcs
+sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/mono-opt.list"
+
+curl http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_12.04/Release.key | sudo apt-key add -
+
+sudo apt-get update
+sudo apt-get install mono-opt cmake
diff --git a/CI/travis.osx.install.deps.sh b/CI/travis.osx.install.deps.sh
index 51082f15..c6621b73 100755
--- a/CI/travis.osx.install.deps.sh
+++ b/CI/travis.osx.install.deps.sh
@@ -1,11 +1,10 @@
#!/bin/bash
set -ev
-MONO_VER=2.10.10
+MONO_VER=3.6.0
brew update
which cmake || brew install cmake
-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 /
+wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg"
+sudo installer -pkg "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg" -target /