diff options
author | Guy Harris <gharris@sonic.net> | 2023-07-01 16:49:10 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-07-01 16:49:10 -0700 |
commit | 6433da8746864cd796b6e8be8f92de3ab81c9278 (patch) | |
tree | 9e67ae0930c3bfa9d7c9ad6add09e2031b5d20b5 | |
parent | 206e4ee43ed9efd8c9687cbe1b0c2f9a6c50df9b (diff) |
Cirrus CI: use Chocolatey to install... Visual Studio!
Apparently the container starts out pretty bare-bones, with just
Chocolatey and git+git-bash. Everything else, *including Visual
Studio*, is up to you.
Thanks for documenting this so well, Cirrus folks! (Note: not
mentioning Visual Studio is inequivalent to mentioning that it's not
part of the container.)
-rw-r--r-- | .cirrus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2b6a2639..16878c43 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -74,6 +74,7 @@ windows_task: MSYSTEM: MINGW64 install_script: - dir/a "C:\Program Files (x86)" + - choco install -y --no-progress --limit-output visualstudio2019-workload-vctools --package-parameters "--includeOptional" - choco install --no-progress -y winflexbison - win_flex --version - win_bison --version |