mirror of git://anongit.mindrot.org/openssh.git
Add win10 test target.
This commit is contained in:
parent
4457837238
commit
cb4ff640d7
|
@ -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.
|
||||
|
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
- obsd51
|
||||
- sol10
|
||||
- sol11
|
||||
- win10
|
||||
configs:
|
||||
- default
|
||||
# Then we include any extra configs we want to test for specific VMs.
|
||||
|
|
Loading…
Reference in New Issue