Continuous Integration/Integración continua

From FreeCAD Documentation
Revision as of 14:42, 23 February 2019 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
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.


Testing
Branding