Skip to content

Commit

Permalink
Update build.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoLusardi committed Sep 5, 2024
1 parent 047a0b6 commit a3a0928
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
- ${{ each BUILD_TYPE in parameters.BUILD_TYPES }}:
- job: '${{BUILD_TYPE}}_Protobuf'
dependsOn: '${{BUILD_TYPE}}_OpenSSL'

strategy:
matrix:

Expand Down Expand Up @@ -242,6 +244,8 @@ jobs:
- ${{ each BUILD_TYPE in parameters.BUILD_TYPES }}:
- job: '${{BUILD_TYPE}}_gRPC'
dependsOn: '${{BUILD_TYPE}}_Protobuf'

strategy:
matrix:

Expand Down Expand Up @@ -351,6 +355,8 @@ jobs:
- ${{ each BUILD_TYPE in parameters.BUILD_TYPES }}:
- job: '${{BUILD_TYPE}}'
dependsOn: '${{BUILD_TYPE}}_gRPC'

strategy:
matrix:

Expand Down

0 comments on commit a3a0928

Please sign in to comment.