]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add win10 test target.
authorDarren Tucker <dtucker@dtucker.net>
Tue, 20 Apr 2021 15:08:04 +0000 (01:08 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 22 Apr 2021 12:29:33 +0000 (22:29 +1000)
.github/configs
.github/workflows/selfhosted.yml

index c47f1a523b16b8acd7a953e2a7004f3478e40383..2eff0deae0b5463c4f340377666b937b734a7186 100755 (executable)
@@ -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.
index 7eedffcff4986af35ef69f49060eb460607cdcc7..55ba435e6a138aed2846523bb7edadb8dffbce65 100644 (file)
@@ -29,6 +29,7 @@ jobs:
           - obsd51
           - sol10
           - sol11
+          - win10
         configs:
           - default
         # Then we include any extra configs we want to test for specific VMs.