Update .gitlab-ci.yml file

This commit is contained in:
Timothy GFO 2023-11-15 19:36:40 +00:00
parent 0d63d3bc4e
commit 8d44e047b8

View file

@ -1,10 +1,8 @@
generate_exe: generate_exe:
image: python:3.8 image: python:3.8
stage: build stage: build
script: script:
- cat /etc/*-release - sudo apt install wine
- pip install pyinstaller - pip install pyinstaller
- pyinstaller app.py - pyinstaller app.py
- wine dist/app.exe - wine dist/app.exe