Skip to content

Commit a5f10fd

Browse files
author
devizer
committed
Kernel 3.16...6.8 Refactor Pipeline, Crossplatform tests ***NO_CI***
1 parent 783e61c commit a5f10fd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

azure-steps-nix.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ steps:
6464
condition: and(eq(variables['OS'], 'Linux'), ne(variables.QEMU, 'True'))
6565
displayName: 'List Packages'
6666
67+
- bash: |
68+
set -eu; set -o pipefail;
69+
url=https://raw.githubusercontent.com/devizer/glist/master/install-libssl-1.1.sh; (wget -q -nv --no-check-certificate -O - $url 2>/dev/null || curl -ksSL $url) | bash
70+
condition: eq(variables['Agent.OS'], 'Linux')
71+
displayName: 'SSL (optional)'
72+
6773
- script: |
6874
# export VSS_NUGET_EXTERNAL_FEED_ENDPOINTS='{"endpointCredentials": [{"endpoint":"https://devizer.pkgs.visualstudio.com/_packaging/devizer.nuget/nuget/v3/index.json", "username":"optional", "password":"'$MY_AZ_APIKEY'"}]}'
6975
# echo "VSS_NUGET_EXTERNAL_FEED_ENDPOINTS: [$VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]"

0 commit comments

Comments
 (0)