Commit 04e0e3dc authored by Bart Kamphorst's avatar Bart Kamphorst
Browse files

feat: enable python:pyinstaller:check

parent 0243673a
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -92,13 +92,14 @@ python:pyinstaller:linux:
    - |
      echo "Executable: ${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/$(find dist -executable -type f)"

# python:pyinstaller:check:  # Reenable when this one is released: https://gitlab.com/gitlab-org/gitlab/-/issues/283881
#   extends: .python:pyinstaller
#   script:
#     - echo "[!] $PYINSTALLER_TARGET does not exist. Create it using 'pyi-makespec'."
#     - exit 1
#   artifacts: null
#   rules:
#     - exists:
#         - $PYINSTALLER_TARGET
#       when: never
python:pyinstaller:check:
  extends: .python:pyinstaller
  script:
    - echo "[!] $PYINSTALLER_TARGET does not exist. Create it using
      'pyi-makespec'."
    - exit 1
  artifacts: null
  rules:
    - exists:
        - $PYINSTALLER_TARGET
      when: never