Update ctest.yml

This commit is contained in:
drowe67 2021-12-13 08:14:12 +10:30 committed by GitHub
parent 1a5d9e632b
commit 9c294f3b6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}
run: |
sudo modprobe snd-aloop index=1,2 enable=1,1 pcm_substreams=1,1 id=CHAT1,CHAT
aplay -l
mkdir build && cd build
cmake -DCODEC2_BUILD_DIR=$GITHUB_WORKSPACE/codec2/build_linux ..
ctest --output-on-failure