Tâches Make génériques à utiliser de projet en projet.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
wpetit 541afcccfe
Cadoles/mktools/pipeline/head This commit looks good Details
docs(tutorials): fix obsolete link
1 month ago
.chglog feat(changelog): display message in changelog when no commit is selected in release 1 month ago
doc docs(tutorials): fix obsolete link 1 month ago
misc feat: initial commit 1 month ago
tasks feat(changelog): display message in changelog when no commit is selected in release 1 month ago
.gitignore ci: add jenkins pipeline 1 month ago
CHANGELOG.md chore: update changelog 1 month ago
Jenkinsfile ci: disable build and release stages 1 month ago
Makefile docs: add tutorial to generate release with its changelog 1 month ago
README.md docs: add changelog link in readme 1 month ago
install.sh fix(install): add missing tasks in install script 1 month ago

README.md

MkTools

Tâches Make génériques à utiliser de projet en projet.

Utilisation

  1. Dans le fichier Makefile de votre projet, ajouter à la fin de celui ci:

    build:
    	# Votre propre tâche
    
    # [...]
    
    # Inclure les lignes suivantes:
    
    mktools:
    	rm -rf .mktools
    	curl -q https://forge.cadoles.com/Cadoles/mktools/raw/branch/master/install.sh | $(SHELL)
    
    -include .mktools/*.mk
    
  2. Synchroniser le répertoire des tâches

    make mktools
    
  3. Vous pouvez commencer à utiliser les tâches Make partagées !

Tâches disponibles

Tâches Description Documentation
make mkt-webdav-upload Téléverser un fichier dans un répertoire WebDAV (Nextcloud) Voir ./doc/tasks/webdav.md
make mkt-gitea-release Créer une release sur un projet Gitea et téléverser des fichiers attachés Voir ./doc/tasks/gitea.md
make mkt-changelog Générer un fichier de CHANGELOG.md pour votre projet Voir ./doc/tasks/changelog.md
make mkt-project-version Générer et afficher la version courante du projet Voir ./doc/tasks/changelog.md

Tutoriels

Changelog

Voir le fichier CHANGELOG.md