summaryrefslogtreecommitdiff
path: root/docs/markdown/MesonCI.md
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-26 09:22:32 +0100
committerDylan Baker <dylan@pnwbakers.com>2020-12-11 13:45:11 -0800
commit8d04b3ce745821b18c78ba5ee19e4f00726d8d89 (patch)
treec2926c692c24754e6d670521c1d812a0f32bfa24 /docs/markdown/MesonCI.md
parentb65168c558c64cd2af4a9586443c295c5bec1114 (diff)
downloadmeson-8d04b3ce745821b18c78ba5ee19e4f00726d8d89.tar.gz
CI: Move all remaining jobs from travis-ci to GHA
Some changes: * Set HOME to /root, since github mounts its own HOME and 'wine' (because of permissions) and 'dub' (can't find packages) don't like that. * Remove the seccomp option, doesn't seem to be needed.
Diffstat (limited to 'docs/markdown/MesonCI.md')
-rw-r--r--docs/markdown/MesonCI.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/MesonCI.md b/docs/markdown/MesonCI.md
index 73b979bf7..00fd1ffa7 100644
--- a/docs/markdown/MesonCI.md
+++ b/docs/markdown/MesonCI.md
@@ -5,13 +5,6 @@ the CI setup used for testing Meson itself. The Meson
project uses multiple CI platforms for covering a wide
range of target systems.
-## Travis CI
-
-The travis configuration file is the `.travis.yml` in the
-the project root. This platform tests cross compilation and
-unity builds on a [linux docker image](#docker-images) and
-on OSX.
-
## GitHub actions
The configuration files for GitHub actions are located in