mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Added debian package build
This commit is contained in:
parent
a3374c7eca
commit
e354d11820
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -40,3 +40,9 @@ jobs:
|
||||
shell: bash
|
||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||
run: cmake --build . --config $BUILD_TYPE
|
||||
|
||||
- name: Create debian package
|
||||
working-directory: ${{runner.workspace}}
|
||||
shell: bash
|
||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||
run: sh make_debian_package.sh
|
||||
|
Loading…
Reference in New Issue
Block a user