From 712989029b08d903cc713db5de0a1cd575f7651b Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Sat, 26 Feb 2022 16:53:00 +0000 Subject: [PATCH] Fix windows builds on azure-pipelines (#255) * Attempt to fix azure-pipelines * Try Catch * Allow continuing after errors? * See if we can get away without installing perl The environment should come with perl installed already --- extra/azure-pipelines/build-windows.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extra/azure-pipelines/build-windows.yml b/extra/azure-pipelines/build-windows.yml index 0ce65be1..3db07bc4 100644 --- a/extra/azure-pipelines/build-windows.yml +++ b/extra/azure-pipelines/build-windows.yml @@ -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