Continuous Integration/de: Difference between revisions

From FreeCAD Documentation
(Created page with "== Kontinuierliche Integration == Aktuell stößt das FreeCAD-Repository auf GitHub einen Build auf den beiden unten genannten [https://de.wikipedia.org/wiki/Kontinuierliche_I...")
(Created page with "=== TravisCI === 50px|left Tests gegen Linux und OSX. Die Konfigurationsdatei namens [https://github.com/FreeCAD/FreeCAD/blob/master/.travis.yml .trav...")
Line 5: Line 5:
=== TravisCI ===
=== TravisCI ===
[[File:Travis-logo.png|50px|left]]
[[File:Travis-logo.png|50px|left]]
Tests against Linux and OSX. The config file is called [https://github.com/FreeCAD/FreeCAD/blob/master/.travis.yml .travis.yml] and it lives in the top directory of FreeCAD.
Tests gegen Linux und OSX. Die Konfigurationsdatei namens [https://github.com/FreeCAD/FreeCAD/blob/master/.travis.yml .travis.yml] ist im obersten Verzeichnis von FreeCAD zu finden.
To view current and past buildsː https://travis-ci.org/FreeCAD/FreeCAD/builds
Aktuelle und vergangene Builds sind [https://travis-ci.org/FreeCAD/FreeCAD/builds hier] zu finden.


=== Appveyor ===
=== Appveyor ===

Revision as of 10:49, 26 August 2018

Kontinuierliche Integration

Aktuell stößt das FreeCAD-Repository auf GitHub einen Build auf den beiden unten genannten CI-Systemen an. Durch diese sind plattformübergreifend praktisch alle wichtigen Betriebssysteme (Linux, MacOSX und Windows) abgedeckt. CIs können auch für Unit-Tests verwendet werden.

TravisCI

Tests gegen Linux und OSX. Die Konfigurationsdatei namens .travis.yml ist im obersten Verzeichnis von FreeCAD zu finden. Aktuelle und vergangene Builds sind hier zu finden.

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

Tips

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


Testing
Branding