Browse Source

Updated the CI for macOS to use the latest Mono.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/955/head
Dimitar Dobrev 8 years ago
parent
commit
4bf9da7804
  1. 2
      build/InstallMono.sh

2
build/InstallMono.sh

@ -1,6 +1,6 @@
OS=$(uname -s) OS=$(uname -s)
if [ "$OS" == "Darwin" ]; then if [ "$OS" == "Darwin" ]; then
wget -O mono.pkg https://download.mono-project.com/archive/4.6.2/macos-10-universal/MonoFramework-MDK-4.6.2.16.macos10.xamarin.universal.pkg wget -O mono.pkg https://download.mono-project.com/archive/5.2.0/macos-10-universal/MonoFramework-MDK-5.2.0.215.macos10.xamarin.universal.pkg
sudo installer -pkg mono.pkg -target / sudo installer -pkg mono.pkg -target /
export PATH=$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin export PATH=$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin
elif [ "$OS" == "Linux" ]; then elif [ "$OS" == "Linux" ]; then

Loading…
Cancel
Save