Skip to content

Commit

Permalink
Move Azure Pipelines configurations into dedicated directory
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Feb 19, 2021
1 parent 272ec5a commit 943ddad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jobs:
- template: .ci/azure-pipelines-linux.yml
- template: .ci/azure-pipelines-win.yml
- template: .ci/azure-pipelines-macos.yml
- template: .ci/azure-pipelines/linux.yml
- template: .ci/azure-pipelines/windows.yml
- template: .ci/azure-pipelines/macos.yml
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
pool:
vmImage: windows-latest
steps:
- template: "azure-pipelines-win-steps.yml"
- template: "windows-steps.yml"
parameters:
architecture: "x86_64"
compilerPath: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/Llvm/x64/bin/clang-cl.exe"
Expand All @@ -15,7 +15,7 @@ jobs:
pool:
vmImage: windows-latest
steps:
- template: "azure-pipelines-win-steps.yml"
- template: "windows-steps.yml"
parameters:
architecture: "x86"
compilerPath: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/Llvm/bin/clang-cl.exe"
Expand Down

0 comments on commit 943ddad

Please sign in to comment.