Непрерывная Интеграция

From FreeCAD Documentation
Revision as of 15:26, 25 February 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Continuous Integration

Currently the FreeCAD repository on GitHub will trigger a build on several CI systems. Between these systems pretty much all the main OSs are coveredː Linux, macOS, and Windows. CIs can also be used to run unit tests.

Tips

  • If you add [skip ci] or [ci skip] to a git commit it will cancel a CI build.

Relevant links