Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Include test target in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Oct 20, 2010
1 parent d1010d4 commit ed20080
Show file tree
Hide file tree
Showing 34 changed files with 185 additions and 1,123 deletions.
6 changes: 5 additions & 1 deletion Build.boo
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ target init:
rm("build")

target compile:
msbuild(file: solution_file, configuration: "release", version: "4", targets: ("Build",))
msbuild(file: project_file, configuration: "release", version: "4", targets: ("Build", "_CopyWebApplication"), properties: { "OutDir": "../build/output/" })

target package:
zip("Build/Output/_PublishedWebsites/Gitaspx", "Build/GitAspx.zip")
zip("Build/Output/_PublishedWebsites/Gitaspx", "Build/GitAspx.zip")

target test, (compile):
nunit(assembly: "GitAspx.Tests/bin/release/GitAspx.tests.dll")
277 changes: 0 additions & 277 deletions lib/NUnit/NUnitFitTests.html

This file was deleted.

84 changes: 0 additions & 84 deletions lib/NUnit/NUnitTests.config

This file was deleted.

14 changes: 0 additions & 14 deletions lib/NUnit/NUnitTests.nunit

This file was deleted.

4 changes: 0 additions & 4 deletions lib/NUnit/agent.conf

This file was deleted.

Loading

0 comments on commit ed20080

Please sign in to comment.