also need mono-mcs
This commit is contained in:
parent
e0bfb335ea
commit
1b9de324c3
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ before_install:
|
|||
- if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; fi
|
||||
- if [ "$BINDINGS" == "perl" ]; then sudo add-apt-repository ppa:dns/irc -y; sudo apt-get update -qq; sudo apt-get install -qq swig=2.0.8-1irc1~12.04; fi
|
||||
- if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
|
||||
- if [ "$BINDINGS" == "dotnet" ]; then sudo apt-get install -qq mono-devel; mozroots --import --sync; fi
|
||||
- if [ "$BINDINGS" == "dotnet" ]; then sudo apt-get install -qq mono-devel mono-mcs; mozroots --import --sync; fi
|
||||
|
||||
install: true
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue