mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-07 03:07:34 +01:00
testing github actions
This commit is contained in:
parent
2df1869824
commit
df42830d38
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -43,3 +43,7 @@ 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 Deb Archive
|
||||||
|
run: cd $GITHUB_WORKSPACE && sh make_debian_package.sh ${{runner.workspace}}/build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user