add windows build step, 9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-07-11 16:22:11 +02:00
parent 3ffcf262e5
commit 6004f6aeb4

View File

@ -111,7 +111,7 @@ build-windows-binary:
.\venv\Scripts\pip.exe install -r dependencytrack-client\requirements.txt .\venv\Scripts\pip.exe install -r dependencytrack-client\requirements.txt
.\venv\Scripts\pip.exe install -r defectdojo-client\requirements.txt .\venv\Scripts\pip.exe install -r defectdojo-client\requirements.txt
.\venv\Scripts\pip.exe install pyinstaller .\venv\Scripts\pip.exe install pyinstaller
.\venv\Scripts\pyinstaller.exe --onefile sbom-dt-dd.py .\venv\Scripts\pyinstaller.exe --onefile --add-data "dependencytrack-client;dependencytrack-client" --add-data "defectdojo-client;defectdojo-client" sbom-dt-dd.py
mv dist\sbom-dt-dd.exe .. mv dist\sbom-dt-dd.exe ..