mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-04 18:00:12 +00:00
CMake and CI extensions
* CPack support for debian packages * Use CPack version string for nDPId Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
992d3a207d
commit
5a6b2aa261
4 changed files with 46 additions and 22 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue