diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2025-01-18 19:27:01 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2025-01-18 19:27:01 +0400 |
| commit | a067a8b987669d2233c4e0176f666dc79b3fe9c1 (patch) | |
| tree | e7dbda7cd43835a4c7e1ff25487fc1a3be6041f0 /build.sh | |
| parent | 5fa7432244a77f0e468d4d62ad2949bcdfa0b258 (diff) | |
add CI
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..c9cda77 --- /dev/null +++ b/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# Permet la génération des paquets debian +TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) +VERSION="${TAG/-/"~"}" +fpm -t deb -v "$VERSION"
\ No newline at end of file |
