mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-29 10:58:06 +00:00
Disable disasmtool build
I can't figure out why it can not find the dependency it needs
This commit is contained in:
parent
4d077a75eb
commit
c0e7a43db3
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@ -61,8 +61,3 @@ jobs:
|
|||||||
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 bddisasm.sln
|
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 bddisasm.sln
|
||||||
- name: Build bddisasm and bdshemu for Win32
|
- name: Build bddisasm and bdshemu for Win32
|
||||||
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=Win32 bddisasm.sln
|
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=Win32 bddisasm.sln
|
||||||
- name: Build disasmtool
|
|
||||||
run: |
|
|
||||||
cd disasmtool
|
|
||||||
MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 disasmtool.vcxproj
|
|
||||||
cd ..
|
|
||||||
|
Loading…
Reference in New Issue
Block a user