Add win10 test target.

This commit is contained in:
Darren Tucker 2021-04-21 01:08:04 +10:00
parent 4457837238
commit cb4ff640d7
2 changed files with 5 additions and 0 deletions

4
.github/configs vendored
View File

@ -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.

View 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.