Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-choco
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Feb 26, 2022
2 parents 2097e4d + 7129890 commit a302cb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extra/azure-pipelines/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
Write-Host "##vso[task.prependpath]C:\ProgramData\chocolatey\bin"
displayName: Install Chocolatey
- powershell: |
choco install activeperl -y
Write-Host "##vso[task.prependpath]C:\Perl64\bin"
displayName: Install Perl
- ${{ if eq(parameters.vmImage, 'vs2017-win2016') }}:
- script: cmake . -G "${{ parameters.cmakeGenerator }}"
displayName: CMake
Expand Down

0 comments on commit a302cb0

Please # to comment.