Updated debian rules

This commit is contained in:
Bartek Kryza
2022-06-14 21:49:47 +02:00
parent 527aa72b62
commit ff50df5bc4
3 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ set(CLANG_UML_INSTALL_BIN_DIR ${PROJECT_SOURCE_DIR}/bin)
set(UML_HEADERS_DIR ${PROJECT_SOURCE_DIR}/src/uml) set(UML_HEADERS_DIR ${PROJECT_SOURCE_DIR}/src/uml)
option(LLVM_CONFIG_PATH "Path to custom llvm-config executable") option(LLVM_CONFIG_PATH "Path to custom llvm-config executable")
option(GIT_VERSION "clang-uml version" "0.1.0") option(GIT_VERSION "clang-uml version" "0.1.0")
if(LLVM_CONFIG_PATH) if(LLVM_CONFIG_PATH)

View File

@@ -2,6 +2,7 @@
[![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions) [![Build status](https://github.com/bkryza/clang-uml/actions/workflows/build.yml/badge.svg)](https://github.com/bkryza/clang-uml/actions)
[![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml) [![Coverage](https://codecov.io/gh/bkryza/clang-uml/branch/master/graph/badge.svg)](https://codecov.io/gh/bkryza/clang-uml)
[![Version](https://img.shields.io/badge/version-0.1.0-blue)](https://github.com/bkryza/clang-uml/releases)
`clang-uml` is an automatic C++ to [PlantUML](https://plantuml.com) class, sequence `clang-uml` is an automatic C++ to [PlantUML](https://plantuml.com) class, sequence
and package diagram generator, driven by YAML configuration files. The main idea behind the and package diagram generator, driven by YAML configuration files. The main idea behind the

View File

@@ -7,7 +7,7 @@ export CLANGUML_GIT_BRANCH={{GIT_BRANCH}}
export CLANGUML_GIT_COMMIT={{GIT_COMMIT}} export CLANGUML_GIT_COMMIT={{GIT_COMMIT}}
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr dh_auto_configure --buildsystem=cmake -- -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr -DGIT_VERSION={{VERSION}}
%: %: