Przeglądaj źródła

Fix before script referencing docker

Arkadiusz Ryś 2 lat temu
rodzic
commit
7af6fb6c1d
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      .gitlab-ci.yml

+ 3 - 1
.gitlab-ci.yml

@@ -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