Skip to content

Commit

Permalink
Change job names in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYoblick committed Nov 7, 2024
1 parent 22fbc53 commit 2036f44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,26 @@ stages:

- stage: Pydevd
jobs:
- job: pydevd_binaries
displayName: Build pydevd binaries
- job: Build
displayName: Build

strategy:
matrix:
windows:
Windows:
image: windows-latest
contents: |
*.exe
*.dll
*.pdb
script: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/windows/compile_windows.bat
workingDirectory: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/windows
mac:
macOS:
image: macOS-latest
contents: |
*.dylib
script: $(Build.SourcesDirectory)/$(PYDEVD_ATTACH_TO_PROCESS)/linux_and_mac/compile_mac.sh
workingDirectory: $(System.DefaultWorkingDirectory)
linux:
Linux:
image: ubuntu-latest
contents: |
*.so
Expand Down

0 comments on commit 2036f44

Please sign in to comment.