diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b0bd9a1..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -generate_exe: - image: debian:bookworm - stage: build - script: - - apt update - - apt install wine wget -y - - wget "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe" - - wine python-3.8.10.exe - - wine py -m pip install pyinstaller - - wine py -m pip install pysimplegui - - wine py -m pip install requests - - wine py -m pyinstaller mmm-nsf-changer.py - - wine dist/mmm-nsf-changer.exe - artifacts: - paths: - - dist/mmm-nsf-changer.exe