Adding build scripts, continuous integration, upping timeout

This commit is contained in:
Chris Long
2018-02-01 22:10:22 -08:00
parent 4871cb8ecf
commit f10f4a2f67
10 changed files with 824 additions and 6 deletions

View File

@@ -41,7 +41,7 @@
"boot_wait": "2m",
"winrm_username": "vagrant",
"winrm_password": "vagrant",
"winrm_timeout": "2h",
"winrm_timeout": "4h",
"shutdown_timeout": "2h",
"shutdown_command": "a:/sysprep.bat",
"guest_os_type": "windows8srv-64",
@@ -79,7 +79,7 @@
"boot_wait": "2m",
"winrm_username": "vagrant",
"winrm_password": "vagrant",
"winrm_timeout": "2h",
"winrm_timeout": "4h",
"shutdown_command": "a:/sysprep.bat",
"guest_os_type": "Windows2012_64",
"guest_additions_mode": "disable",