diff options
| author | Christoph Reiter <reiter.christoph@gmail.com> | 2020-11-26 09:22:32 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-12-11 13:45:11 -0800 |
| commit | 8d04b3ce745821b18c78ba5ee19e4f00726d8d89 (patch) | |
| tree | c2926c692c24754e6d670521c1d812a0f32bfa24 /docs/markdown/Contributing.md | |
| parent | b65168c558c64cd2af4a9586443c295c5bec1114 (diff) | |
| download | meson-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/Contributing.md')
| -rw-r--r-- | docs/markdown/Contributing.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index 07ddc8834..c9cebeef1 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -362,8 +362,6 @@ Meson uses several continuous integration testing systems that have slightly different interfaces for indicating a commit should be skipped. Continuous integration systems currently used: -- [Travis-CI](https://docs.travis-ci.com/user/customizing-the-build#skipping-a-build) - allows `[skip ci]` anywhere in the commit messages. - [Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/git-commands?view=vsts&tabs=yaml#how-do-i-avoid-triggering-a-ci-build-when-the-script-pushes) allows `***NO_CI***` in the commit message. - [Sider](https://sider.review) |
