From: Darren Tucker Date: Tue, 20 Apr 2021 15:08:04 +0000 (+1000) Subject: Add win10 test target. X-Git-Tag: V_8_7_P1~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4ff640d79b3c736879582139778f016bbb2cd7;p=thirdparty%2Fopenssh-portable.git Add win10 test target. --- diff --git a/.github/configs b/.github/configs index c47f1a523..2eff0deae 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 7eedffcff..55ba435e6 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.