Last active
August 29, 2015 14:08
-
-
Save stonith/ea188565da16581c179c to your computer and use it in GitHub Desktop.
Kitchen-CI Windows Guests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone -b one_session https://github.com/mwrock/test-kitchen | |
gem build test-kitchen.gemspec | |
gem install test-kitchen-1.3.0.gem | |
#git clone -b Transport https://github.com/mwrock/kitchen-vagrant | |
#gem build kitchen-vagrant.gemspec | |
#gem install kitchen-vagrant-0.16.0.gem | |
git clone -b WinRM https://github.com/afiune/kitchen-vagrant.git | |
gem build kitchen-vagrant.gemspec | |
gem install kitchen-vagrant-0.16.0.gem | |
git clone -b WinRM https://github.com/afiune/kitchen-ec2.git | |
gem build kitchen-ec2.gemspec | |
gem install kitchen-ec2-0.9.0.gem | |
#Use tk-windows cookbook to test with following pull request | |
https://github.com/afiune/tk-windows/pull/5 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment