Skip to content
Snippets Groups Projects
Commit 208f03ac authored by Millicent Billette's avatar Millicent Billette
Browse files

FEAT: auto-build static version for offline use.

parent 95182613
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,12 @@ build-and-clean:
pages:
stage: publish
script:
- mv public gsper
- tar cJf gsper-offline.tar.xz gsper/
- tar czf gsper-offline.tgz gsper/
- zip -r gsper-offline.zip gsper/
- mv gsper public
- mv gsper-offline.* public/
- ls public
artifacts:
untracked: true
......
......@@ -2,6 +2,7 @@
Ǧ'Perdu l'accès à mon compte, Ǧ'spère le retrouver !
### [Ǧ'vais essayer maintenant !](https://gsper.duniter.io)
Ǧ'vais essayer hors-ligne, télécharger Ǧsper en [zip](https://gsper.duniter.io/gsper-offline.zip), [tar.xz](https://gsper.duniter.io/gsper-offline.tar.xz), [tgz](https://gsper.duniter.io/gsper-offline.tgz)
## Principe
- [x] Gsper test pour les combinaisons d'identifiants secrets et de mot de passe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment