summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2019-10-21 16:45:28 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2019-10-31 15:22:10 +0000
commit4a75383a05e2d8f94534d537b48bf3be104bee6b (patch)
tree0d3a50ce7f2f130b0b45b53114dec372c060965a /CONTRIBUTING.rst
parent54720db8ceda1bdc760e44243eacac0ccfdd0cae (diff)
downloadbuildstream-4a75383a05e2d8f94534d537b48bf3be104bee6b.tar.gz
Add tests that the basic functionality of buildstream works in win32
i.e. `bst help` and `bst init`
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 048136ef7..70741bcc5 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -248,6 +248,17 @@ project needs a bunch of very trivial patches whose only purpose is to gain comm
access; knowing what's worth a patch post and what's not is part of showing good
judgement.)
+Windows CI
+----------
+
+The infrastructure for running the CI against Windows is different from the usual
+runners, due to a combination of licensing technicalities and differing
+containerisation support.
+
+The scripts used to generate a CI runner can be found at
+`https://gitlab.com/BuildStream/windows-startup-script`.
+The `wsl` branch can be used to generate a runner for WSL, and the `win32` branch
+can be used to generate a native-windows runner.
Further information
-------------------