File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 10
10
before_install :
11
11
- date -u
12
12
- uname -a
13
+ - export PATH=/opt/mono/bin:$PATH
13
14
- env | sort
14
15
15
16
# Make sure CMake and Mono are installed
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -ev
3
3
4
- sudo apt-get install cmake mono-devel mono-gmcs
4
+ sudo sh -c " echo 'deb http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/mono-opt.list"
5
+
6
+ curl http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_12.04/Release.key | sudo apt-key add -
7
+
8
+ sudo apt-get update
9
+ sudo apt-get install mono-opt cmake
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -ev
3
3
4
- MONO_VER=2.10.10
4
+ MONO_VER=3.6.0
5
5
6
6
brew update
7
7
which cmake || brew install cmake
8
8
9
- wget " http://download.mono-project.com/archive/${MONO_VER} /macos-10-x86/MonoFramework-MDK-${MONO_VER} .macos10.xamarin.x86.dmg"
10
- hdid " MonoFramework-MDK-${MONO_VER} .macos10.xamarin.x86.dmg"
11
- sudo installer -pkg " /Volumes/Mono Framework MDK ${MONO_VER} /MonoFramework-MDK-${MONO_VER} .macos10.xamarin.x86.pkg" -target /
9
+ wget " http://download.mono-project.com/archive/${MONO_VER} /macos-10-x86/MonoFramework-MDK-${MONO_VER} .macos10.xamarin.x86.pkg"
10
+ sudo installer -pkg " MonoFramework-MDK-${MONO_VER} .macos10.xamarin.x86.pkg" -target /
You can’t perform that action at this time.
0 commit comments