Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f714892

Browse files
committed
I assume chocolatey works again...
1 parent ee0bb01 commit f714892

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ environment:
77
- BUILD_TYPE: normal
88

99
install:
10+
- choco install --no-progress BCC-MSBuildLog
11+
- choco install --no-progress BCC-Submission
1012
- ps: |
1113
$full_build = Test-Path env:GHFVS_KEY
1214
$forVSInstaller = $env:BUILD_TYPE -eq "vsinstaller"
@@ -37,10 +39,12 @@ install:
3739
3840
build_script:
3941
- ps: scripts\build.ps1 -AppVeyor -Package:$package -BuildNumber:$env:APPVEYOR_BUILD_NUMBER -ForVSInstaller:$forVSInstaller
42+
4043
test:
4144
categories:
4245
except:
4346
- Timings
47+
4448
on_success:
4549
- ps: |
4650
if ($package) {

0 commit comments

Comments
 (0)