Skip to content

Commit b4f579b

Browse files
committed
Add Utilities/README.md
1 parent 244bfc4 commit b4f579b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Utilities/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)