Michael Gene Brockus (Dreamer)
f38a8269f8
Updating Continuous-Integration.md ( #13161 )
7 months ago
Eli Schwartz
25b0988d4e
docs: fix various references to "meson builddir"
...
This is wrong, it should use "meson setup builddir".
2 years ago
John Kilpatrick
484a389bbe
Fix syntax highlighting Continuous-Integration.md
3 years ago
Guilherme Janczak
d1628b8bed
docs: change duplicate "**.h" path to "**.c" [skip ci]
4 years ago
Diego Elio Pettenò
56c03e1517
docs: correct log upload paths.
...
SInce the build directory is `builddir/` it should be
`builddir/meson-logs/testlog.txt` to be uploaded.
4 years ago
Jussi Pakkanen
474f4813c4
Capitalize "Meson" consistently as it is a proper name. [skip ci]
4 years ago
Jussi Pakkanen
f72ee8e742
Rewrap long text lines in docs. [skip ci]
4 years ago
Eli Schwartz
1db800bf67
doc: fix confusing use of "build" as a directory argument [skip ci]
...
In most places, we now refer to "builddir/" which is a lot less likely
to make people think it is a subcommand which needs to be used
literally.
This is a regression since commit 276d342eba
due to the existence of new docs which were added later on, using the
wrong form.
4 years ago
TheQwertiest
96609da8d2
docs: replaced `ninja` with appropriate `meson` commands [skip ci]
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Michael Hirsch, Ph.D
11639dd922
doc: update travis-CI info and add GitHub Actions example [skip ci]
5 years ago
Michael Brockus
da9f56afde
Update CI Continuous Integration page and add CircleCi example [skip ci]
5 years ago
Wolfgang Stöggl
f037e7ef45
Fix typos found by codespell
...
- Typos were found by codespell v1.16.0
5 years ago
Hugo Locurcio
3804172d61
docs: Use modern shell constructs [skip ci]
6 years ago
Luca Weiss
da7a3d5331
Change ninja.exe download URL [skip ci]
6 years ago
Luca Weiss
9c55bda56e
Update appveyor example [skip ci]
...
Also add, how to make meson find Qt5 & Boost
6 years ago
♫ Christian Krause ♫
c3e68189cd
docs: adds a non-docker travis example ( #3883 ) [skip ci]
6 years ago
Jussi Pakkanen
708cdea861
Appveyor example now validates. Closes #2641 .
7 years ago
Jussi Pakkanen
90c7b5ea58
Rewrapped some markdown files.
7 years ago
Elliott Sales de Andrade
f3ad633f55
doc: Fix several minor typos.
8 years ago
Elliott Sales de Andrade
b80d40c287
doc: Capitalize things more consistently.
...
Upper or lower case depending on the official spelling, or the more
consistent usage.
8 years ago
Peter Hutterer
276d342eba
docs: replace 'meson build' with 'meson builddir'
...
Clarifies that this is really just a directory, not a command.
https://github.com/mesonbuild/meson/issues/1560
8 years ago
Thibault Saunier
b371875e02
docs: Import the website and wiki and build with hotdoc
...
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.
8 years ago