fix: Retire la CI et change le titre du script

This commit is contained in:
2025-07-10 19:46:21 +02:00
parent cf38f2b964
commit 8498d569dd
2 changed files with 1 additions and 40 deletions

View File

@@ -1,39 +0,0 @@
name: BinGen
run-name: Generate a exe file from the python script
on:
push:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Charger le dépôt
uses: actions/checkout@v4
- name: Installer Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Installer Nuitka et MinGW
run: |
python -m pip install --upgrade pip
pip install pyinstaller colorama
- name: Execute PyInstaller dans Docker
run: |
docker run --rm -v "$PWD":/src cdrx/pyinstaller-windows \
"pyinstaller --onefile /src/controleur_de_gaz.py"
- name: Archive executable
run: |
zip jeu_windows.zip ./dist/controleur_de_gaz.exe
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: escape-game-windows-exe
path: jeu_windows.zip

View File

@@ -1,6 +1,6 @@
@echo off @echo off
mode con: cols=120 lines=40 mode con: cols=120 lines=40
title ESCAPE GAME title "LA COMPANIE"
cd /d "%USERPROFILE%\Documents\cmd-alexandra-toxicity" cd /d "%USERPROFILE%\Documents\cmd-alexandra-toxicity"
python jeu.py python jeu.py
pause > nul pause > nul