mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
ci: build: test exe: run in debug mode to see messages
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Build standalone executable
|
- name: Build standalone executable
|
||||||
run: pyinstaller .github/pyinstaller/pyinstaller.spec
|
run: pyinstaller .github/pyinstaller/pyinstaller.spec
|
||||||
- name: Does it run?
|
- name: Does it run?
|
||||||
run: dist/capa "tests/data/Practical Malware Analysis Lab 01-01.dll_"
|
run: dist/capa -d "tests/data/Practical Malware Analysis Lab 01-01.dll_"
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.asset_name }}
|
name: ${{ matrix.asset_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user