Skip to content

Commit

Permalink
Use debug x86 builds in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbernhar committed Jan 2, 2024
1 parent cbb887c commit 454518a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/win_x86_gn_clang_dbg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
set "PATH=%CD%\..\depot_tools;%PATH%"
set "DEPOT_TOOLS_WIN_TOOLCHAIN=0"
cd base
gn gen out\Debug --args="target_cpu=\"x86\" is_debug=false gpgmm_disable_size_cache=true"
gn gen out\Debug --args="target_cpu=\"x86\" is_debug=true gpgmm_disable_size_cache=true"
- name: Build for main branch
shell: cmd
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
set "PATH=%CD%\..\depot_tools;%PATH%"
set "DEPOT_TOOLS_WIN_TOOLCHAIN=0"
cd test
gn gen out\Debug --args="target_cpu=\"x86\" is_debug=false gpgmm_shared_library=true"
gn gen out\Debug --args="target_cpu=\"x86\" is_debug=true gpgmm_shared_library=true"
- name: Build shared library for main branch (with patch)
shell: cmd
Expand All @@ -115,7 +115,7 @@ jobs:
set "PATH=%CD%\..\depot_tools;%PATH%"
set "DEPOT_TOOLS_WIN_TOOLCHAIN=0"
cd test
gn gen out\Debug --args="target_cpu=\"x86\" is_debug=false gpgmm_disable_size_cache=true"
gn gen out\Debug --args="target_cpu=\"x86\" is_debug=true gpgmm_disable_size_cache=true"
- name: Build for main branch (with patch)
shell: cmd
Expand Down

0 comments on commit 454518a

Please sign in to comment.