Skip to content

Commit aee87d4

Browse files
committed
Use Travis' csharp language setup
1 parent db442ba commit aee87d4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Travis-CI Build for libgit2sharp
22
# see travis-ci.org for details
33

4-
language: c
4+
language: csharp
55

66
os:
77
- osx
@@ -18,7 +18,9 @@ before_install:
1818
- env | sort
1919

2020
# Make sure CMake and Mono are installed
21-
install: ./CI/travis.${TRAVIS_OS_NAME}.install.deps.sh
21+
# install: ./CI/travis.${TRAVIS_OS_NAME}.install.deps.sh
22+
23+
solution: LibGit2Sharp.sln
2224

2325
# Build libgit2, LibGit2Sharp and run the tests
2426
script:

build.libgit2sharp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ EXTRADEFINE="$1"
1010
export LD_LIBRARY_PATH=.
1111

1212
# Required for NuGet package restore to run.
13-
mozroots --import --sync
13+
# mozroots --import --sync
1414

15-
mono Lib/NuGet/NuGet.exe restore LibGit2Sharp.sln
15+
#mono Lib/NuGet/NuGet.exe restore LibGit2Sharp.sln
1616
xbuild CI/build.msbuild /target:Deploy /property:ExtraDefine="$EXTRADEFINE"
1717

1818
exit $?

0 commit comments

Comments
 (0)