|
@@ -49,8 +49,10 @@ build-upload:
|
|
|
- tags
|
|
|
|
|
|
build-windows-exe:
|
|
|
- image: tobix/pywine
|
|
|
+ image: tobix/pywine:3.11 # Use this image instead of the custom one. It's maintained and easier. registry.rys.one/arrys/pyinstaller
|
|
|
stage: build
|
|
|
+ before_script:
|
|
|
+ - echo "Building windows executable"
|
|
|
script:
|
|
|
- xvfb-run sh -c "wine pip install --no-warn-script-location -r requirements.py; wineserver -w"
|
|
|
# - pyinstaller graph_exploring_tool/__main__.py --onefile --add-data data:data --collect-all graph-exploring-tool --windowed --noconfirm
|