浏览代码

Fix before script referencing docker

Arkadiusz Ryś 2 年之前
父节点
当前提交
7af6fb6c1d
共有 1 个文件被更改,包括 3 次插入1 次删除
  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