Continuous Integration/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 16: Line 16:
- Si agrega <code>[skip ci]</code> o <code>[ci skip]</code> a un git commit, se cancelará una compilación de CI.
- Si agrega <code>[skip ci]</code> o <code>[ci skip]</code> a un git commit, se cancelará una compilación de CI.


=== Relevant Links ===
* [[LGTM]]


{{docnav|Testing|Branding}}
{{docnav|Testing|Branding}}
Line 21: Line 23:
{{Userdocnavi}}
{{Userdocnavi}}


<div class="mw-translate-fuzzy">
[[Category:Developer_Documentation]]
[[Category:Developer_Documentation]]
</div>
{{clear}}
{{clear}}

Revision as of 16:02, 21 October 2019

Testing
Branding

Integración continua

Actualmente, el repositorio de FreeCAD en GitHub activará una compilación en los dos sistemas de CI a continuación. Entre estos sistemas, casi todos los principales sistemas operativos multiplataformas están cubiertos: Linux, MacOSX y Windows. Los CI también se pueden usar para ejecutar unit tests..

TravisCI

Tests against Linux and OSX. The config file is called .travis.yml and it lives in the top directory of FreeCAD. To view current and past buildsː https://travis-ci.org/FreeCAD/FreeCAD/builds

Appveyor

Tests against Windows. The config file is called 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

Consejos

- Si agrega [skip ci] o [ci skip] a un git commit, se cancelará una compilación de CI.

Relevant Links

Testing
Branding