[openssh-commits] [openssh] 04/06: Add win10 test target.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Apr 22 23:28:16 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit cb4ff640d79b3c736879582139778f016bbb2cd7
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Wed Apr 21 01:08:04 2021 +1000

    Add win10 test target.
---
 .github/configs                  | 4 ++++
 .github/workflows/selfhosted.yml | 1 +
 2 files changed, 5 insertions(+)

diff --git a/.github/configs b/.github/configs
index c47f1a52..2eff0dea 100755
--- a/.github/configs
+++ b/.github/configs
@@ -109,6 +109,10 @@ case "${TARGET_HOST}" in
 	# sol11 has 4 test configs so skip unit tests to speed up.
 	TEST_TARGET="tests SKIP_UNIT=1"
 	;;
+    win10)
+	# No sudo on Windows.
+	SUDO=""
+	;;
 esac
 
 # If we have a local openssl/libressl, use that.
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 7eedffcf..55ba435e 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -29,6 +29,7 @@ jobs:
           - obsd51
           - sol10
           - sol11
+          - win10
         configs:
           - default
         # Then we include any extra configs we want to test for specific VMs.

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list