We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc12c8 commit a9dca72Copy full SHA for a9dca72
appveyor.yml
@@ -46,6 +46,8 @@ environment:
46
47
before_build:
48
- development/java/Rubberduck.Parsing/Grammar/gradlew.bat -p development/java/Rubberduck.Parsing/Grammar clean build
49
+ # install chocolatey (cinst)???
50
+ - ps: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
51
- cinst innosetup --version 6.0.5
52
# - cinst codecov
53
# - cinst gnupg
0 commit comments