Skip to content

Commit

Permalink
DLL: Debug Loader Logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jan 4, 2023
1 parent a2eef23 commit 9f8aa4a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,15 @@ jobs:
run: |
cmake --build build --config RelWithDebInfo --target pip_install
if(!$?) { Exit $LASTEXITCODE }
- name: Add debugger to the PATH
shell: bash
run: echo "C:\\Program Files (x86)\\Windows Kits\\10\\Debuggers\\x64" >> $GITHUB_PATH

- name: Test
run: |
ctest --test-dir build --build-config RelWithDebInfo --output-on-failure -E AMReX -R py
gflags /i (Get-Command ctest).Path +sls
cdb -c "g;q" ctest --test-dir build --build-config RelWithDebInfo --output-on-failure -E AMReX -R py
if(!$?) { Exit $LASTEXITCODE }
build_win_clang:
Expand Down

0 comments on commit 9f8aa4a

Please sign in to comment.