Merge branch 'main' of https://github.com/rerdavies/pipedal
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt install gcc-11 g++-11
|
sudo apt install gcc-10 g++-10
|
||||||
sudo apt-get install liblilv-dev libboost-dev libjack-jackd2-dev libnl-3-dev libnl-genl-3-dev libsystemd-dev catch
|
sudo apt-get install liblilv-dev libboost-dev libjack-jackd2-dev libnl-3-dev libnl-genl-3-dev libsystemd-dev catch
|
||||||
sudo apt install libasound2-dev
|
sudo apt install libasound2-dev
|
||||||
sudo apt install libwebsocketpp-dev authbind
|
sudo apt install libwebsocketpp-dev authbind
|
||||||
@@ -36,14 +36,14 @@ jobs:
|
|||||||
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
env:
|
env:
|
||||||
CC: gcc-11
|
CC: gcc-10
|
||||||
CXX: g++-11
|
CXX: g++-10
|
||||||
- name: Build
|
- name: Build
|
||||||
# Build your program with the given configuration
|
# Build your program with the given configuration
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
env:
|
env:
|
||||||
CC: gcc-11
|
CC: gcc-10
|
||||||
CXX: g++-11
|
CXX: g++-10
|
||||||
- name: Test
|
- name: Test
|
||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
# Execute CMake BuiltTest test
|
# Execute CMake BuiltTest test
|
||||||
|
|||||||
Reference in New Issue
Block a user