1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-22 04:50:55 +00:00

Try to fix disasmtool build

This commit is contained in:
Anichitei Ionel-Cristinel 2020-07-31 18:05:45 +03:00 committed by GitHub
parent 079fbb8802
commit 4d077a75eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,4 +62,7 @@ jobs:
- name: Build bddisasm and bdshemu for Win32
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=Win32 bddisasm.sln
- name: Build disasmtool
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 disasmtool\disasmtool.vcxproj
run: |
cd disasmtool
MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 disasmtool.vcxproj
cd ..