Continuous Integration/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Link utili ==")
(Created page with "* Post sul forum che annuncia nuovi CI: [https://forum.freecad.org/viewtopic.php?p=657956 New CI is yours :)]")
 
Line 23: Line 23:
== Link utili ==
== Link utili ==


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





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