aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Github_runner_setup.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Github_runner_setup.md b/docs/Github_runner_setup.md
new file mode 100644
index 000000000..f9e90cc1c
--- /dev/null
+++ b/docs/Github_runner_setup.md
@@ -0,0 +1,12 @@
+# Github action runner setup
+
+## Windows
+
+See https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners for basic instructions.
+
+Beyond the basic install, I needed to:
+
+* Install git using `winget git.git`
+* Install 7-zip using `winget 7zip.7zip`
+* Install VS Pro using the instructions in [README.md](/README.md)
+* Enable scripting using `Set-ExecutionPolicy -ExecutionPolicy Unrestricted` in an admin PowerShell instance