add windows build step, 9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -111,7 +111,7 @@ build-windows-binary:
|
||||
.\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 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 ..
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user