Skip to content

Commit

Permalink
Switch to test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Jul 19, 2024
1 parent 2157535 commit c4b82b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
platform: ["ubuntu-22.04"]
build-type: ["Debug", "Release"]
build-type: ["Debug", "RelWithDebInfo"]
malloc-impl: ["libc", "tcmalloc"]
prerelease: ["True", "False"]
tooling: ["Sanitize", "Coverage", "None"]
Expand All @@ -23,11 +23,11 @@ jobs:
tooling: None
- build-type: Debug
malloc-impl: tcmalloc
- build-type: Release
- build-type: RelWithDebInfo
malloc-impl: libc
- build-type: Release
- build-type: RelWithDebInfo
tooling: Sanitize
- build-type: Release
- build-type: RelWithDebInfo
tooling: Coverage
uses: ./.github/workflows/build_commit.yml
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
platform: ["ubuntu-22.04"]
build-type: ["Debug", "Release"]
build-type: ["Debug", "RelWithDebInfo"]
malloc-impl: ["libc", "tcmalloc"]
prerelease: ["True", "False"]
tooling: ["Sanitize", "Coverage", "None"]
Expand All @@ -24,11 +24,11 @@ jobs:
tooling: None
- build-type: Debug
malloc-impl: tcmalloc
- build-type: Release
- build-type: RelWithDebInfo
malloc-impl: libc
- build-type: Release
- build-type: RelWithDebInfo
tooling: Sanitize
- build-type: Release
- build-type: RelWithDebInfo
tooling: Coverage
uses: ./.github/workflows/build_commit.yml
with:
Expand Down

0 comments on commit c4b82b7

Please sign in to comment.