We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244bfc4 commit b4f579bCopy full SHA for b4f579b
Utilities/README.md
@@ -0,0 +1,11 @@
1
+# Windows Self-Hosted Test
2
+
3
+Steps to be confirmed
4
5
+```
6
+${REPO_ROOT_PATH} = git rev-parse --show-toplevel
7
+${TARGET_PATH} = "C:\source"
8
9
+docker pull swiftlang/swift:nightly-main-windowsservercore-1809
10
+docker run --rm --volume "${REPO_ROOT_PATH}:${TARGET_PATH}" --interactive --tty --name "win_test" --workdir "${TARGET_PATH}" swiftlang/swift:nightly-main-windowsservercore-1809 python3 .\Utilities\build-using-self
11
0 commit comments