Skip to content

Commit

Permalink
[GITHUB] PDB 2
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymaster committed Apr 15, 2024
1 parent f26057b commit b0edbb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
curl -O https://download.sysinternals.com/files/Handle.zip
7z x Handle.zip -O${{github.workspace}}\bin
handle64 /accepteula .bin
handle64 .pdb
- name: Activate VS cmd (x86)
if: ${{ matrix.arch == 'i386' }}
uses: ilammy/msvc-dev-cmd@v1
Expand All @@ -62,7 +61,10 @@ jobs:
- name: Configure
run: cmake -S src -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE:FILEPATH=toolchain-msvc.cmake -DARCH:STRING=${{matrix.arch}} -DCMAKE_BUILD_TYPE=${{matrix.config}} -DDLL_EXPORT_VERSION=${{matrix.dllver}} -DENABLE_ROSTESTS=1 -DENABLE_ROSAPPS=1
- name: Build
run: cmake --build build -- -k0
run: cmake --build build --
- name: Handle failure
if: failure()
run: handle64 .pdb
- name: Generate ISOs
run: cmake --build build --target bootcd --target livecd
- name: Upload ISOs
Expand Down

0 comments on commit b0edbb3

Please sign in to comment.