Skip to content

Instantly share code, notes, and snippets.

@FeodorFitsner
Created February 10, 2021 03:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FeodorFitsner/a34bbef9017c1ff395deef3ea8a52546 to your computer and use it in GitHub Desktop.
Save FeodorFitsner/a34bbef9017c1ff395deef3ea8a52546 to your computer and use it in GitHub Desktop.
Installing AppVeyor Build Agent 6.x on AWS
if (-not (test-path "$env:ProgramFiles\AppVeyor\BuildAgent")) {
$build_agent_mode = 'AmazonEC2'
$appveyor_user = 'appveyor'
$appveyor_password = '<your-desired-password>'
iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/FeodorFitsner/da03aa9de9fb95a9ec0a5a86821f98c6/raw/4deba4921235054b80a862d700f92c7543006d96/bootstrap-windows.ps1'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment