Created
February 10, 2021 03:20
-
-
Save FeodorFitsner/a34bbef9017c1ff395deef3ea8a52546 to your computer and use it in GitHub Desktop.
Installing AppVeyor Build Agent 6.x on AWS
This file contains hidden or 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
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