== 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.
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
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
Dacă adăugaţi [skip ci]
sau [ci skip]
pentru comiterea unui "git", aceasta va anula o formare a CI.