mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update ctest.yml
This commit is contained in:
parent
c52c094322
commit
4b0e326b2e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ctest.yml
vendored
4
.github/workflows/ctest.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install octave octave-common octave-signal sox python3 python3-pip portaudio19-dev python3-pyaudio
|
sudo apt-get install octave octave-common octave-signal sox python3 python3-pip portaudio19-dev python3-pyaudio
|
||||||
pip3 install psutil crcengine ujson pyserial numpy structlog
|
pip3 install psutil crcengine ujson pyserial numpy structlog miniaudio
|
||||||
|
|
||||||
- name: Build codec2
|
- name: Build codec2
|
||||||
shell: bash
|
shell: bash
|
||||||
|
@ -33,4 +33,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DCODEC2_BUILD_DIR=$GITHUB_WORKSPACE/codec2/build_linux ..
|
cmake -DCODEC2_BUILD_DIR=$GITHUB_WORKSPACE/codec2/build_linux ..
|
||||||
ctest
|
ctest --output-on-failure
|
||||||
|
|
Loading…
Reference in a new issue