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 :)]")
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

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

{{TOCright}}
{{TOCright}}
== Continuous Integration ==
Currently the FreeCAD repo 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]].


<span id="Continuous_Integration"></span>
=== TravisCI ===
== Integrazione continua ==
[[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.
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]].
To view current and past buildsː https://travis-ci.org/FreeCAD/FreeCAD/builds

<span id="Tips"></span>
== Suggerimenti ==

* Se si aggiunge {{Incode|[skip ci]}} o {{Incode|[ci skip]}} a un commit git, verrà annullata una build CI.


- Se aggiungi <code>[skip ci]</code> o <code>[ci skip]</code> a un git commit, verrà annullata una build CI.
=== Appveyor ===
[[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


<span id="Relevant_links"></span>
== Tips ==
== Link utili ==
- If you add <code>[skip ci]</code> or <code>[ci skip]</code> to a git commit it will cancel a CI build.


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


<div class="mw-translate-fuzzy">
{{docnav/it|[[Testing/it|Testare FreeCAD]]|[[Branding/it|Marchiatura]]}}
</div>


{{Userdocnavi/it}}
{{Docnav/it
|[[FreeCAD_Build_Tool/it|Strumento di compilazione di FreeCAD]]
|[[Branding/it|Marchiatura]]
}}


{{Userdocnavi{{#translation:}}}}
<div class="mw-translate-fuzzy">
[[Category:Developer_Documentation/it]]
[[Category:Developer_Documentation{{#translation:}}]]
[[Category:Testing{{#translation:}}]]
</div>
{{clear}}
{{clear}}

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