mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-13 11:47:13 +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
|
shell: bash
|
||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||||
run: cmake --build . --config $BUILD_TYPE
|
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