Continuous Integration/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "* Post sul forum che annuncia nuovi CI: [https://forum.freecad.org/viewtopic.php?p=657956 New CI is yours :)]")
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/it
{{Docnav/it
|[[Testing/it|Testare FreeCAD]]
|[[FreeCAD_Build_Tool/it|Strumento di compilazione di FreeCAD]]
|[[Branding/it|Marchiatura]]}}
|[[Branding/it|Marchiatura]]
}}
</div>


{{TOCright}}
{{TOCright}}


<span id="Continuous_Integration"></span>
== Continuous Integration ==
== Integrazione continua ==
Currently the FreeCAD repository on GitHub will trigger a build on the below two CI systems. Between these systems pretty much all the main cross-platforms OSs are coveredː Linux, MacOSX, and Windows. CIs can also be used to run [[Testing|unit tests]].


Attualmente il repository di FreeCAD su GitHub attiverà una build su diversi sistemi CI. Tra questi sistemi sono coperti praticamente tutti i principali sistemi operativiː Linux, macOS e Windows. I CI possono anche essere usati per eseguire [[Testing/it|unità test]].
=== TravisCI ===
[[File:Travis-logo.png|50px|left]]
Tests against Linux and OSX. The config file is called [https://github.com/FreeCAD/FreeCAD/blob/master/.travis.yml .travis.yml] and it lives in the top directory of FreeCAD.
To view current and past buildsː https://travis-ci.org/FreeCAD/FreeCAD/builds


<span id="Tips"></span>
=== Appveyor ===
== Suggerimenti ==
[[File:Appveyor.svg|left|thumb|40px]] Tests against Windows. The config file is called [https://github.com/FreeCAD/FreeCAD/blob/master/appveyor.yml appveyor.yml] and it lives in the top directory of FreeCAD. To view current and previous Appveyor buildsː https://ci.appveyor.com/project/yorikvanhavre/freecad/history


* Se si aggiunge {{Incode|[skip ci]}} o {{Incode|[ci skip]}} a un commit git, verrà annullata una build CI.
== Tips ==
- If you add <code>[skip ci]</code> or <code>[ci skip]</code> to a git commit it will cancel a CI build.


- Se aggiungi <code>[skip ci]</code> o <code>[ci skip]</code> a un git commit, verrà annullata una build CI.
=== Relevant Links ===

* [[LGTM|LGTM]]
<span id="Relevant_links"></span>
== Link utili ==

* Post sul forum che annuncia nuovi CI: [https://forum.freecad.org/viewtopic.php?p=657956 New CI is yours :)]




<div class="mw-translate-fuzzy">
{{Docnav/it
{{Docnav/it
|[[Testing/it|Testare FreeCAD]]
|[[FreeCAD_Build_Tool/it|Strumento di compilazione di FreeCAD]]
|[[Branding/it|Marchiatura]]}}
|[[Branding/it|Marchiatura]]
}}
</div>


{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 15:12, 10 April 2023

Integrazione continua

Attualmente il repository di FreeCAD su GitHub attiverà una build su diversi sistemi CI. Tra questi sistemi sono coperti praticamente tutti i principali sistemi operativiː Linux, macOS e Windows. I CI possono anche essere usati per eseguire unità test.

Suggerimenti

  • Se si aggiunge [skip ci] o [ci skip] a un commit git, verrà annullata una build CI.

- Se aggiungi [skip ci] o [ci skip] a un git commit, verrà annullata una build CI.

Link utili