Skip to content

Commit 1786a66

Browse files
authored
Add inspection step for VPX/WebM object ABI
Added a step to inspect VPX/WebM object ABI using dumpbin.
1 parent 0fced48 commit 1786a66

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
working-directory: src/game/server
3737
run: MSBuild.exe swarm_sdk_server.vcxproj -property:Configuration=Release
3838

39+
- name: Inspect VPX/WebM + object ABI
40+
working-directory: src/game/client
41+
shell: cmd
42+
run: |
43+
dumpbin /headers videoservices\lib\win32\vpx_mt.lib
44+
dumpbin /headers Release_swarm\blackbox_helper.obj
45+
3946
# client.dll
4047
- name: Build client.dll
4148
working-directory: src/game/client

0 commit comments

Comments
 (0)