Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored Jul 11, 2024
1 parent b79bea4 commit 51bb71b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ stages:
strategy:
matrix:
macOSRelease:
imageName: 'macOS-11'
imageName: 'macOS-12'
QMAKE_EXTRA: "CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent CONFIG+=warn_off"
EXECUTOR: "time"
macOSDebug:
imageName: 'macOS-11'
imageName: 'macOS-12'
QMAKE_EXTRA: "CONFIG+=noPch CONFIG+=ccache CONFIG+=silent CONFIG+=small_debug_info CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
CONFIG: debug
TESTS: $ALL_TESTS
Expand Down Expand Up @@ -199,11 +199,11 @@ stages:
strategy:
matrix:
MacOS release + tests:
imageName: 'macOS-11'
imageName: 'macOS-12'
QMAKE_EXTRA: "CONFIG+=tests CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent CONFIG+=warn_off"
EXECUTOR: "time"
macOS debug + tests:
imageName: 'macOS-11'
imageName: 'macOS-12'
QMAKE_EXTRA: "CONFIG+=tests CONFIG+=noPch CONFIG+=ccache CONFIG+=silent CONFIG+=small_debug_info CONFIG+=sanitizer CONFIG+=sanitize_undefined CONFIG+=sanitize_address"
CONFIG: debug
TESTS: $ALL_TESTS
Expand Down Expand Up @@ -249,7 +249,7 @@ stages:
QMAKE_EXTRA: "CONFIG+=noPch CONFIG+=ccache CONFIG+=no-sanitizers CONFIG+=silent CONFIG+=warn_off"
EXECUTOR: "time"
pool:
vmImage: 'macOS-11'
vmImage: 'macOS-12'

steps:
- ${{ parameters.checkoutStep }}
Expand Down

0 comments on commit 51bb71b

Please sign in to comment.