build-deb.yml: Build Debian package
This commit is contained in:
parent
9adde17bb6
commit
67dabce1be
1 changed files with 3 additions and 0 deletions
|
@ -17,3 +17,6 @@ jobs:
|
|||
- name: Build project
|
||||
run: cmake --build build -j$(nproc --all)
|
||||
working-directory: /src
|
||||
- name: Build Debian package
|
||||
run: cpack -G DEB
|
||||
working-directory: /src/build
|
||||
|
|
Loading…
Reference in a new issue