mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 09:27:46 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
d12b64ca73
commit
0d63d3bc4e
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
generate_exe:
|
||||
image: python:3.8
|
||||
stage: build
|
||||
script:
|
||||
- cat /etc/*-release
|
||||
- pip install pyinstaller
|
||||
- pyinstaller app.py
|
||||
- wine dist/app.exe
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/app.exe
|
||||
Loading…
Add table
Add a link
Reference in a new issue