From cb4ff640d79b3c736879582139778f016bbb2cd7 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 21 Apr 2021 01:08:04 +1000 Subject: [PATCH] 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 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.