Commit 91de45bc authored by guilhemheinrich's avatar guilhemheinrich
Browse files

Fix

parent 578993d9
No related merge requests found
Pipeline #52420 failed with stages
in 1 minute and 46 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -8,12 +8,13 @@ prepare:release:
before_script:
- apk add --no-cache python3 py3-pip
- python3 --version
- echo $(which python3)
- pip3 --version
script:
- npm install # Installer les dépendances si nécessaire
- npm install -g nexe # Installer Nexe si ce n'est pas déjà fait
- npm run build # Build TypeScript dans /dist
- nexe --build -i ./dist/index.js -o bin.exe # Cré l'éxécutable avec nexe
- nexe --build --python $(which python3) -i ./dist/index.js -o bin.exe # Créé l'éxécutable avec nexe
after_script:
- echo "JOB_ID=$CI_JOB_ID" >> job.env
artifacts:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment