3 Commits

Author SHA1 Message Date
1cee3b5dae add windows build step, 4
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-07-11 16:03:20 +02:00
0d28c61c0f add windows build step, 3
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-07-11 16:01:54 +02:00
7fefc75d64 add windows build step, 2
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-07-11 15:59:48 +02:00

View File

@@ -98,10 +98,12 @@ build-windows-binary:
rules: rules:
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
script: script:
- 'C:\Program Files\Python313\python.exe' -m venv venv - |
- .\venv\Scripts\pip.exe install --upgrade pip cd src
- .\venv\Scripts\pip.exe install -r requirements.txt & 'C:\Program Files\Python313\python.exe' -m venv venv
- .\venv\Scripts\pip.exe install pyinstaller .\venv\Scripts\pip.exe install --upgrade pip
- .\venv\Scripts\pyinstaller.exe --onefile sbom-dt-dd.py .\venv\Scripts\pip.exe install -r requirements.txt
.\venv\Scripts\pip.exe install pyinstaller
.\venv\Scripts\pyinstaller.exe --onefile sbom-dt-dd.py