summaryrefslogtreecommitdiff
path: root/docs/markdown/Continuous-Integration.md
AgeCommit message (Collapse)Author
2019-12-02doc: update travis-CI info and add GitHub Actions example [skip ci]Michael Hirsch, Ph.D
2019-11-30Update CI Continuous Integration page and add CircleCi example [skip ci]Michael Brockus
2019-11-06Fix typos found by codespellWolfgang Stöggl
- Typos were found by codespell v1.16.0
2019-01-20docs: Use modern shell constructs [skip ci]Hugo Locurcio
2018-09-03Change ninja.exe download URL [skip ci]Luca Weiss
2018-09-03Update appveyor example [skip ci]Luca Weiss
Also add, how to make meson find Qt5 & Boost
2018-07-13docs: adds a non-docker travis example (#3883) [skip ci]♫ Christian Krause ♫
2017-11-19Appveyor example now validates. Closes #2641.Jussi Pakkanen
2017-08-24Rewrapped some markdown files.Jussi Pakkanen
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.