Update .gitlab-ci.yml

This commit is contained in:
Timothy GFO 2023-11-15 19:39:34 +00:00
parent d2c5f307ed
commit 167122af52

View file

@ -2,10 +2,11 @@ generate_exe:
image: python:3.8
stage: build
script:
- apt update
- apt install wine
- pip install pyinstaller
- pyinstaller app.py
- wine dist/app.exe
artifacts:
paths:
- dist/app.exe
- dist/app.exe