mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-18 20:00:16 +02:00
Fixed CI for debian 10 and 11 4
This commit is contained in:
4
.github/workflows/build_linux_amd64.yml
vendored
4
.github/workflows/build_linux_amd64.yml
vendored
@@ -7,7 +7,7 @@ env:
|
||||
BUILD_TYPE: Release
|
||||
|
||||
jobs:
|
||||
build_linux:
|
||||
build_ubuntu:
|
||||
# The CMake configure and build commands are platform agnostic and should work equally
|
||||
# well on Windows or Mac. You can convert this to a matrix build if you need
|
||||
# cross-platform coverage.
|
||||
@@ -112,6 +112,7 @@ jobs:
|
||||
run: docker run --name build sdrpp_build /root/do_build.sh
|
||||
|
||||
- name: Recover Deb Archive
|
||||
working-directory: ${{runner.workspace}}
|
||||
run: docker cp build:/root/SDRPlusPlus/sdrpp_debian_amd64.deb ./
|
||||
|
||||
- name: Save Deb Archive
|
||||
@@ -133,6 +134,7 @@ jobs:
|
||||
run: docker run --name build sdrpp_build /root/do_build.sh
|
||||
|
||||
- name: Recover Deb Archive
|
||||
working-directory: ${{runner.workspace}}
|
||||
run: docker cp build:/root/SDRPlusPlus/sdrpp_debian_amd64.deb ./
|
||||
|
||||
- name: Save Deb Archive
|
||||
|
Reference in New Issue
Block a user