File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,20 @@ jobs:
4747
4848 # testbench needs some topologies.
4949 - name : build test topologies
50+ continue-on-error : true
5051 run : CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh
51- ./scripts/build-tools.sh -Y -A ||
52+ ./scripts/build-tools.sh -A -Y ||
5253 VERBOSE=1 NO_PROCESSORS=1 USE_XARGS=no
5354 CMAKE_BUILD_TYPE=Release ./scripts/docker-run.sh
54- ./scripts/build-tools.sh -Y -A
55+ ./scripts/build-tools.sh -A -Y
5556
56- - name : build testbench
57- run : ./scripts/rebuild-testbench.sh ||
58- ./scripts/rebuild-testbench.sh -j 1
57+ # Verify alsatplg version
58+ - name : verify alsatplg version
59+ run : ./tools/bin/alsatplg --version
5960
60- - name : run testbench
61- run : ./scripts/host-testbench.sh
61+ # - name: build testbench
62+ # run: ./scripts/rebuild-testbench.sh ||
63+ # ./scripts/rebuild-testbench.sh -j 1
64+
65+ # - name: run testbench
66+ # run: ./scripts/host-testbench.sh
You can’t perform that action at this time.
0 commit comments