Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use debug builds for windows CI
  • Loading branch information
Fidget-Spinner committed Jun 9, 2021
commit dccd28d6b7fc1c0216d2ba211dc3a387433d42c5
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build CPython
run: .\PCbuild\build.bat -e -p Win32
run: .\PCbuild\build.bat -d -e -p Win32
- name: Display build info
run: .\python.bat -m test.pythoninfo
- name: Tests
Expand All @@ -108,7 +108,7 @@ jobs:
- name: Register MSVC problem matcher
run: echo "::add-matcher::.github/problem-matchers/msvc.json"
- name: Build CPython
run: .\PCbuild\build.bat -e -p x64
run: .\PCbuild\build.bat -d -e -p x64
- name: Display build info
run: .\python.bat -m test.pythoninfo
- name: Tests
Expand Down