|
@@ -58,7 +58,7 @@ build-windows-exe:
|
|
|
- xvfb-run sh -c "wine python.exe -m pip install --upgrade pip; wineserver -w"
|
|
|
- xvfb-run sh -c "wine python.exe -m pip install --no-warn-script-location -r requirements.txt; wineserver -w"
|
|
|
# - xvfb-run sh -c "wine pyinstaller graph_exploring_tool/__main__.py --onefile --add-data data:data --collect-all graph-exploring-tool --windowed --noconfirm; wineserver -w"
|
|
|
- - xvfb-run sh -c "wine pyinstaller graph_exploring_tool/__main__.py --name get.exe --paths=graph_exploring_tool --onefile --windowed --noconfirm; wineserver -w"
|
|
|
+ - xvfb-run sh -c "wine pyinstaller graph_exploring_tool/__main__.py --name get.exe --paths=graph_exploring_tool --onefile --noconfirm; wineserver -w"
|
|
|
- cp dist/get.exe ./
|
|
|
rules:
|
|
|
- if: $CI_COMMIT_TAG
|