File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : ' {build}'
2
+
3
+ branches :
4
+ only :
5
+ - master
6
+ - vNext
7
+
8
+ skip_tags : true
9
+
10
+ clone_folder : C:\projects\libgit2sharp
11
+
12
+ environment :
13
+ matrix :
14
+ - xunit_runner : xunit.console.clr4.exe
15
+ Arch : 64
16
+ - xunit_runner : xunit.console.clr4.x86.exe
17
+ Arch : 32
18
+
19
+ build_script :
20
+ - msbuild "C:\projects\libgit2sharp\LibGit2Sharp.sln" /verbosity:normal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:ExtraDefine="LEAKS_IDENTIFYING"
21
+
22
+ test_script :
23
+ - ' %xunit_runner% "C:\projects\libgit2sharp\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
24
+ - IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
25
+
26
+ notifications :
27
+ - provider : Email
28
+ to :
29
+ - emeric.fermas@gmail.com
30
+ on_build_status_changed : true
You can’t perform that action at this time.
0 commit comments