Skip to content

Commit

Permalink
Update azure-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoeter committed Dec 16, 2021
1 parent 652574f commit f1d28d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ stages:
compiler: g++-9
buildConfiguration: Release
image: 'ubuntu-20.04'
gcc8-Debug:
gcc9-Debug:
compiler: g++-9
buildConfiguration: Debug
image: 'ubuntu-20.04'
clang9-Release:
clang10-Release:
compiler: clang++-10
buildConfiguration: Release
image: 'ubuntu-20.04'
clang9-Debug:
clang10-Debug:
compiler: clang++-10
buildConfiguration: Debug
image: 'ubuntu-20.04'
Expand Down

0 comments on commit f1d28d0

Please sign in to comment.