Continuous Integration

From FreeCAD Documentation
Revision as of 19:11, 17 March 2017 by Kunda1 (talk | contribs) (Started page. Needed to cut short due to low battery and keyboard issues. Will return to fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

TravisCI

Tests against Linux and OSX. The config file is called .travis.yml and it lives in the top directory of FreeCAD


Appveyor

Tests against Windows. The config file is called .appveyor.yml and it lives in the top directory of FreeCAD

Tips

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

CategoryːDevelopers