mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Remove the Azure Pipelines windows-reallyold job
Azure removed the vs2015-win2012r2 image
This commit is contained in:
parent
451bafc0d3
commit
65f02e13eb
@ -62,23 +62,6 @@ jobs:
|
||||
pathToPublish: bin
|
||||
artifactName: libsodium
|
||||
|
||||
- job: "windows_reallyold"
|
||||
pool:
|
||||
vmImage: "vs2015-win2012r2"
|
||||
steps:
|
||||
- powershell: |
|
||||
cd builds\msvc\build
|
||||
& .\buildbase.bat ..\vs2015\libsodium.sln 14
|
||||
& .\buildbase.bat ..\vs2013\libsodium.sln 12
|
||||
& .\buildbase.bat ..\vs2012\libsodium.sln 11
|
||||
& .\buildbase.bat ..\vs2010\libsodium.sln 10
|
||||
displayName: Compile it all
|
||||
- task: PublishBuildArtifacts@1
|
||||
condition: not(canceled())
|
||||
inputs:
|
||||
pathToPublish: bin
|
||||
artifactName: libsodium
|
||||
|
||||
- job: mingw64
|
||||
pool:
|
||||
vmImage: "windows-2019"
|
||||
|
Loading…
Reference in New Issue
Block a user