Add the complete build option to the build script (build + test)

This commit is contained in:
Victor Hurdugaci 2014-12-10 13:25:45 -08:00
parent ea355e137f
commit 4114c872ac
1 changed files with 4 additions and 2 deletions

View File

@ -87,6 +87,8 @@ var buildTarget = "compile"
} }
} }
#verify-all .pull .change-default-build-target .only-compile
#smoke-test-mono .pull .fix-project-json .change-default-build-target .only-compile #smoke-test-mono .pull .fix-project-json .change-default-build-target .only-compile
#fix-project-json #fix-project-json
@ -236,7 +238,7 @@ var buildTarget = "compile"
Exec(@"tools\TCDependencyManager\bin\Debug\TCDependencyManager.exe", "", ""); Exec(@"tools\TCDependencyManager\bin\Debug\TCDependencyManager.exe", "", "");
} }
#git-status decription='Show status of repos known by Universe' #git-status description='Show status of repos known by Universe'
@{ @{
foreach(var repo in repos) foreach(var repo in repos)
{ {
@ -244,7 +246,7 @@ var buildTarget = "compile"
} }
} }
#git-clean decription='REMOVE ALL CHANGES to the working directory' #git-clean description='REMOVE ALL CHANGES to the working directory'
@{ @{
Console.WriteLine("This runs `git clean -xfd` in all non-Universe repos."); Console.WriteLine("This runs `git clean -xfd` in all non-Universe repos.");
Console.WriteLine("This should REMOVE ALL CHANGES to the working directory."); Console.WriteLine("This should REMOVE ALL CHANGES to the working directory.");