Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2014-04-24 22:11:15 +0400
committernulltoken <emeric.fermas@gmail.com>2014-04-26 23:50:03 +0400
commit17fee2b51e2350821e21554a22275ef69c0e30be (patch)
treed59b4c5adb19d143349e84fed01742fb48c5d414 /build.libgit2sharp.sh
parentd8ac9e42e45f3e28daca1b04b389fc92fb89b410 (diff)
Make Travis build target osx platform
Diffstat (limited to 'build.libgit2sharp.sh')
-rwxr-xr-xbuild.libgit2sharp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.libgit2sharp.sh b/build.libgit2sharp.sh
index a948e0e5..1a97e214 100755
--- a/build.libgit2sharp.sh
+++ b/build.libgit2sharp.sh
@@ -26,6 +26,6 @@ export MONO_OPTIONS=--debug
echo $DYLD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
-xbuild CI-build.msbuild /t:Deploy
+xbuild CI/build.msbuild /t:Deploy
exit $?