diff options
author | dotnet-bot <dotnet-bot@microsoft.com> | 2015-01-30 14:14:42 -0800 |
---|---|---|
committer | dotnet-bot <dotnet-bot@microsoft.com> | 2015-01-30 14:14:42 -0800 |
commit | ef1e2ab328087c61a6878c1e84f4fc5d710aebce (patch) | |
tree | dee1bbb89e9d722e16b0d1485e3cdd1b6c8e2cfa /ci.cmd | |
download | coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.gz coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.tar.bz2 coreclr-ef1e2ab328087c61a6878c1e84f4fc5d710aebce.zip |
Initial commit to populate CoreCLR repo
[tfs-changeset: 1407945]
Diffstat (limited to 'ci.cmd')
-rw-r--r-- | ci.cmd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ci.cmd b/ci.cmd new file mode 100644 index 0000000000..8d45cecdc5 --- /dev/null +++ b/ci.cmd @@ -0,0 +1,8 @@ +REM execute build.cmd +call build.cmd +if errorlevel 1 exit /b 1 +REM the coreclr package should have been installed. This is temporarily set to this location +set CORE_ROOT=%CD%\tests\src\packages\Microsoft.DotNet.TestHost.1.0.1-prerelease\lib\testhost +cd tests +call runtest.cmd +if errorlevel 1 exit /b 1
\ No newline at end of file |