You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the report to a repository. See the [instructions for publishing job reports](publishing-job-reports) for details.
193
+
Add the report to a repository. See the [instructions for publishing job reports](#publishing-job-reports) for details.
194
194
- Parameter: **REPORT_GITHUB_TOKEN** - The hidden or encrypted environment variable containing the GitHub personal access token.
195
195
- Parameter: **repositoryURL** - The .git URL of the repository to publish the report to. This URL can be found by clicking the "Clone or download" button on the home page of the repository. The repository must already exist.
196
196
- Parameter: **reportBranch** - The branch to publish the report to. The branch must already exist.
197
197
- Parameter: **reportFolder** - The folder to publish the report to. The folder will be created if it doesn't exist.
198
198
- Parameter: **doLinkComment** - `true` or `false` Whether to comment on the GitHub thread of the commit that triggered the build with a link to the report.
Add the report to the report gist. See the [instructions for publishing job reports](publishing-job-reports) for details.
201
+
Add the report to the report gist. See the [instructions for publishing job reports](#publishing-job-reports) for details.
202
202
- Parameter: **REPORT_GITHUB_TOKEN** - The hidden or encrypted environment variable containing the GitHub personal access token.
203
203
- Parameter: **REPORT_GIST_URL** - The URL of the report gist.
204
204
- Parameter: **doLinkComment** - `true` or `false` Whether to comment on the GitHub thread of the commit that triggered the build with a link to the report.
@@ -243,8 +243,8 @@ The Arduino IDE will usually try to start the GUI whenever there is an error in
243
243
244
244
##### Verbose output
245
245
Verbose output results in a harder to read log so you should leave it off or minimized when possible but it can be useful for troubleshooting. Note that turning on verbose output for a large build may cause the log to exceed 4 MB, which causes Travis CI to terminate the job.
246
-
- Verbose script output - See [`set_script_verbosity` documentation](set_script_verbosity-script_verbosity_level) in the Usage section.
247
-
- Verbose output during compilation - See [`set_verbose_output_during_compilation` documentation](set_verbose_output_during_compilation-verboseoutputduringcompilation) in the Usage section.
246
+
- Verbose script output - See [`set_script_verbosity` documentation](#set_script_verbosity-script_verbosity_level) in the Usage section.
247
+
- Verbose output during compilation - See [`set_verbose_output_during_compilation` documentation](#set_verbose_output_during_compilation-verboseoutputduringcompilation) in the Usage section.
248
248
- Verbose output for Travis CI - Add one or both of the following lines to your `.travis.yml` file to get more details of the Travis CI build process.
0 commit comments