Difference between revisions of "Documentation/Nightly/Developers/FAQ/Dashboard"

From Slicer Wiki
Jump to: navigation, search
m (Created page with '<noinclude>{{documentation/versioncheck}}</noinclude> <noinclude>__TOC__ ={{#titleparts: {{PAGENAME}} | | -1 }}=</noinclude><includeonly> ='''Developer FAQ: {{{1}}}'''= </include…')
 
Line 16: Line 16:
  
 
See [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|dashboard setup instruction]].
 
See [[Documentation/{{documentation/version}}/Developers/Tutorials/DashboardSetup|dashboard setup instruction]].
 +
 +
== Windows: How to prevent Error reporting UI from showing up when a tested program crash ?==
 +
 +
Set registry key <tt>DontShowUI</tt> to <tt>1</tt> (see <tt>HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting</tt>)
 +
 +
This will prevent Error reporting UI from showing up when a tested program crash.

Revision as of 02:34, 5 March 2018

Home < Documentation < Nightly < Developers < FAQ < Dashboard


For the latest Slicer documentation, visit the read-the-docs.


Dashboard

What time the nightly dashboard starts ?

The nightly build are expected to start every day after 3am UTC (22pm EST) and should be available in the morning. If no build error occurred, the latest packages can be downloaded using on of these links:


How can I setup a dashboard ?

See dashboard setup instruction.

Windows: How to prevent Error reporting UI from showing up when a tested program crash ?

Set registry key DontShowUI to 1 (see HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting)

This will prevent Error reporting UI from showing up when a tested program crash.