Add Hyper-V to CI

This commit is contained in:
Greg Hellings
2023-12-20 04:36:11 +00:00
parent a7217e9716
commit ffab1afbbe
4 changed files with 56 additions and 23 deletions
+2
View File
@@ -12,4 +12,6 @@ class Provider:
return "qemu"
elif self.name.startswith("virtualbox"):
return "virtualbox"
elif self.name.startswith("hyperv"):
return "hyperv"
return None