|
|
@@ -59,8 +59,8 @@ build-windows-exe:
|
|
|
- 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 --noconfirm; wineserver -w"
|
|
|
- - cp dist/get.exe ./
|
|
|
- ls dist
|
|
|
+ - cp dist/get.exe ./
|
|
|
rules:
|
|
|
- if: $CI_COMMIT_TAG
|
|
|
- if: $CI_PIPELINE_SOURCE == "push" || $CI_COMMIT_BRANCH == "dev"
|
|
|
@@ -70,4 +70,4 @@ build-windows-exe:
|
|
|
name: "graph_exploring_tool%$CI_COMMIT_TAG"
|
|
|
paths:
|
|
|
- data
|
|
|
- - get.exe
|
|
|
+ - dist/*
|