From 5a6b2aa261f2e070653bb89ba18de4975a1f2242 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 29 Sep 2021 15:31:08 +0200 Subject: CMake and CI extensions * CPack support for debian packages * Use CPack version string for nDPId Signed-off-by: Toni Uhlig --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d9cab8d8..786c30eb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,4 +54,7 @@ jobs: make -C ./build daemon VERBOSE=1 - name: Dist run: | - ./scripts/make-dist.sh + make -C ./build dist + - name: CPack DEB + run: | + cd ./build && cpack -G DEB && cd .. -- cgit v1.2.3