Continuous Integration/Integrarea continuă

From FreeCAD Documentation
Revision as of 09:17, 8 August 2018 by Luc (talk | contribs)

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 unit tests.

TravisCI

Teste despre comportarea sub Linux şi OSX. Fişierul configuraţie se numeşte .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

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

Sugestii

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


Testing
Branding