Lines Matching +full:azure +full:- +full:pipelines
22 # SPDX-License-Identifier: curl
44 my @files= `git ls-tree -r --name-only $tag .github/workflows 2>/dev/null`;
48 my $m = -1;
65 elsif($_ =~ /runs-on: (.*)/) {
67 #print "runs-on: $r\n";
80 # non-matrix job
88 elsif($_ =~ /^ - run: .* apt-get install (.*)/) {
92 if($_ =~ /^ - name: (.*)/) {
101 elsif($_ =~ /( |curl-)configure: (.*)/) {
126 elsif($_ =~ /- CC: (.*)/) {
133 $m = -1;
157 open(G, "git show $tag:.azure-pipelines.yml 2>/dev/null|");
160 my $m = -1;
165 $job{'file'} = ".azure-pipelines.yml";
166 $job{'service'} = "azure";
177 elsif($_ =~ /^ - stage: (.*)/) {
188 # initial value for non-matrix job
202 # azure matrix is a simple list,
206 $m = -1;
235 if($_ =~ /^( - |install)/) {
265 $job{'http-only'} = $1 eq "ON" ? "true": "false";
273 elsif($_ =~ /^ TARGET: \'-A (.*)\'/) {
294 if($_ =~ /^ ( |-) (name|image_family|image):/) {
297 if($_ =~ /^ - name:/) {
305 if($_ =~ /^ - name: (.*)/) {
315 elsif($_ =~ /^ prepare: pacman -S --needed --noconfirm --noprogressbar (.*)/) {
369 elsif($_ =~ /^ - (configure.*)/) {
384 elsif($_ =~ /^ - (.*)\n/) {
416 if($_ =~ /^- job:/) {
422 if($_ =~ /^ - (.*)/) {
462 if($value eq ">-") {
482 if($n eq "curl-base") {
503 my $tag = `git rev-parse --abbrev-ref HEAD 2>/dev/null` || "master";