Continuous Integration/ro: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
|[[FreeCAD_Build_Tool|FreeCAD Build Tool]]
|[[Branding|Branding]]
}}

{{TOCright}}

== Continuous Integration ==
== 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]].


<div class="mw-translate-fuzzy">
=== TravisCI ===
== Integrare continuă ==
[[File:Travis-logo.png|50px|left]]
În prezent, repo-ul FreeCAD de pe GitHub va declanșa o construire pe cele două sisteme CI de mai jos. Între aceste sisteme, aproape toate principalele platforme OS-uri sunt acoperite de Linux, MacOSX și Windows. CI-urile pot fi, de asemenea, folosite pentru a rula [[Testing | unit tests]].
Teste despre comportarea sub Linux şi OSX. Fişierul configuraţie se numeşte [https://github.com/FreeCAD/FreeCAD/blob/master/.travis.yml .travis.yml] şi se află ăn directorul de bază al FreeCAD. Pentru a vedea versiunea curentă şi cele trecute:ː https://travis-ci.org/FreeCAD/FreeCAD/builds
</div>


=== Appveyor ===
== Tips ==
[[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


<div class="mw-translate-fuzzy">
== Sugestii ==
== Sugestii ==
Dacă adăugaţi <code>[skip ci]</code> sau <code>[ci skip]</code> pentru comiterea unui "git", aceasta va anula o formare a CI.
Dacă adăugaţi <code>[skip ci]</code> sau <code>[ci skip]</code> pentru comiterea unui "git", aceasta va anula o formare a CI.
</div>

== Relevant links ==

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




<div class="mw-translate-fuzzy">
{{docnav|Testing|Branding}}
{{docnav|Testing|Branding}}
</div>


{{Userdocnavi{{#translation:}}}}
[[Category:Developer Documentation/ro]]
[[Category:Developer_Documentation{{#translation:}}]]
[[Category:Testing{{#translation:}}]]
{{clear}}
{{clear}}

Latest revision as of 15:27, 25 February 2023

Continuous Integration

Integrare continuă

În prezent, repo-ul FreeCAD de pe GitHub va declanșa o construire pe cele două sisteme CI de mai jos. Între aceste sisteme, aproape toate principalele platforme OS-uri sunt acoperite de Linux, MacOSX și Windows. CI-urile pot fi, de asemenea, folosite pentru a rula unit tests.

Tips

Sugestii

Dacă adăugaţi [skip ci] sau [ci skip] pentru comiterea unui "git", aceasta va anula o formare a CI.

Relevant links


Testing
Branding