Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a9ad05b

Browse files
committed
Added appveyor.yml
1 parent 02bf074 commit a9ad05b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

appveyor.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# scripts that run after cloning repository
2+
install:
3+
- if "%APPVEYOR_REPO_BRANCH%" EQU "master" if not defined APPVEYOR_PULL_REQUEST_NUMBER set MASTER_BUILD=1
4+
- git submodule init
5+
- if not defined MASTER_BUILD git submodule deinit script
6+
- git submodule update
7+
- nuget restore submodules\akavache\Akavache.sln
8+
- nuget restore submodules\octokit.net\Octokit.sln
9+
- nuget restore submodules\reactiveui\ReactiveUI.sln
10+
- nuget restore submodules\Rothko\Rothko.sln
11+
- nuget restore GitHubVS.sln
12+
13+
build_script:
14+
- msbuild "GitHubVS.sln" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=Release /p:DeployExtension=false /verbosity:minimal /p:VisualStudioVersion=14.0
15+
16+
test_script:
17+
- '%xunit20%\xunit.console.x86 "src\UnitTests\bin\Release\UnitTests.dll" -appveyor'
18+
- nunit-console "src\TrackingCollectionTests\bin\Release\TrackingCollectionTests.dll" -framework:net-4.5 -exclude:Timings

0 commit comments

Comments
 (0)