Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0d28c61c0f
|
|||
7fefc75d64
|
@@ -98,10 +98,11 @@ 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
|
& 'C:\Program Files\Python313\python.exe' -m venv venv
|
||||||
- .\venv\Scripts\pip.exe install -r requirements.txt
|
.\venv\Scripts\pip.exe install --upgrade pip
|
||||||
- .\venv\Scripts\pip.exe install pyinstaller
|
.\venv\Scripts\pip.exe install -r requirements.txt
|
||||||
- .\venv\Scripts\pyinstaller.exe --onefile sbom-dt-dd.py
|
.\venv\Scripts\pip.exe install pyinstaller
|
||||||
|
.\venv\Scripts\pyinstaller.exe --onefile sbom-dt-dd.py
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user