summaryrefslogtreecommitdiff
path: root/ci.cmd
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-01-30 14:14:42 -0800
committerdotnet-bot <dotnet-bot@microsoft.com>2015-01-30 14:14:42 -0800
commitef1e2ab328087c61a6878c1e84f4fc5d710aebce (patch)
treedee1bbb89e9d722e16b0d1485e3cdd1b6c8e2cfa /ci.cmd
downloadcoreclr-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.cmd8
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