Difference between revisions of "Git Commit Tester"

From D Wiki
Jump to: navigation, search
(stub)
 
(Link to autotester)
 
Line 1: Line 1:
The git commit tester is an autotester that automatically compiles and runs the dmd, druntime, and phobos unittests on all officially-supported platforms. The autotester automatically runs when a [[Pull Requests|pull request]] is submitted on GitHub. The test results are incrementally posted to the pull request page on GitHub.
+
The git [http://d.puremagic.com/test-results/ commit tester] is an autotester that automatically compiles and runs the dmd, druntime, and phobos unittests on all officially-supported platforms. The autotester also automatically runs when a [[Pull Requests|pull request]] is submitted on GitHub and found on the [http://d.puremagic.com/test-results/pulls.ghtml Pulls page]. The test results are incrementally posted to the pull request page on GitHub.
  
 
Generally, pull requests will not be accepted if they fail one or more autotests.
 
Generally, pull requests will not be accepted if they fail one or more autotests.

Latest revision as of 05:25, 14 December 2012

The git commit tester is an autotester that automatically compiles and runs the dmd, druntime, and phobos unittests on all officially-supported platforms. The autotester also automatically runs when a pull request is submitted on GitHub and found on the Pulls page. The test results are incrementally posted to the pull request page on GitHub.

Generally, pull requests will not be accepted if they fail one or more autotests.