diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 253e269..2e1ffd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,8 @@ - - generate_exe: image: python:3.8 stage: build script: - - cat /etc/*-release + - sudo apt install wine - pip install pyinstaller - pyinstaller app.py - wine dist/app.exe