File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Travis-CI Build for libgit2sharp
2
2
# see travis-ci.org for details
3
3
4
- language : c
4
+ language : csharp
5
5
6
6
os :
7
7
- osx
@@ -18,7 +18,9 @@ before_install:
18
18
- env | sort
19
19
20
20
# 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
22
24
23
25
# Build libgit2, LibGit2Sharp and run the tests
24
26
script :
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ EXTRADEFINE="$1"
10
10
export LD_LIBRARY_PATH=.
11
11
12
12
# Required for NuGet package restore to run.
13
- mozroots --import --sync
13
+ # mozroots --import --sync
14
14
15
- mono Lib/NuGet/NuGet.exe restore LibGit2Sharp.sln
15
+ # mono Lib/NuGet/NuGet.exe restore LibGit2Sharp.sln
16
16
xbuild CI/build.msbuild /target:Deploy /property:ExtraDefine=" $EXTRADEFINE "
17
17
18
18
exit $?
You can’t perform that action at this time.
0 commit comments