Skip to content

Commit

Permalink
Add Linux Debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuanjl committed Apr 16, 2024
1 parent 534f30f commit 807e85b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
strategy:
maxParallel: 6
matrix:
Linux.Debug:
image_name: 'ubuntu-22.04'
deps: 'sudo apt-get install -y ninja-build clang libicu-dev'
build_type: 'Debug'
libtype_flag: ''
Linux.NoJit:
image_name: 'ubuntu-22.04'
deps: 'sudo apt-get install -y ninja-build clang libicu-dev'
Expand Down

0 comments on commit 807e85b

Please sign in to comment.