Skip to content

Commit 117d3f2

Browse files
committed
wip
1 parent aee87d4 commit 117d3f2

File tree

4 files changed

+3
-27
lines changed

4 files changed

+3
-27
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# see travis-ci.org for details
33

44
language: csharp
5+
mono:
6+
- 3.6.0
7+
- 4.2.3
58

69
os:
710
- osx
@@ -17,9 +20,6 @@ before_install:
1720
- export PATH=/opt/mono/bin:$PATH
1821
- env | sort
1922

20-
# Make sure CMake and Mono are installed
21-
# install: ./CI/travis.${TRAVIS_OS_NAME}.install.deps.sh
22-
2323
solution: LibGit2Sharp.sln
2424

2525
# Build libgit2, LibGit2Sharp and run the tests

CI/travis.linux.install.deps.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

CI/travis.osx.install.deps.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

build.libgit2sharp.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ EXTRADEFINE="$1"
99
# working directory in its library search path, so it works without this value.
1010
export LD_LIBRARY_PATH=.
1111

12-
# Required for NuGet package restore to run.
13-
# mozroots --import --sync
14-
15-
#mono Lib/NuGet/NuGet.exe restore LibGit2Sharp.sln
1612
xbuild CI/build.msbuild /target:Deploy /property:ExtraDefine="$EXTRADEFINE"
1713

1814
exit $?

0 commit comments

Comments
 (0)