Check if copying libs over is unnecessary
This commit is contained in:
parent
26887eff32
commit
0064eb692f
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -71,12 +71,8 @@ jobs:
|
|||||||
# Execute the build. You can specify a specific target with "--target <NAME>"
|
# Execute the build. You can specify a specific target with "--target <NAME>"
|
||||||
run: cmake --build . --config $BUILD_TYPE --target test
|
run: cmake --build . --config $BUILD_TYPE --target test
|
||||||
|
|
||||||
- name: Copy libs to test directory
|
|
||||||
run: cp ${{github.workspace}}/lib/* ${{github.workspace}}/build/test/
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
working-directory: ${{github.workspace}}/build/test
|
working-directory: ${{github.workspace}}/build/test
|
||||||
shell: bash
|
shell: bash
|
||||||
# Skipping tests for bass since no audio device
|
# Skipping tests for bass since no audio device
|
||||||
run: |
|
run: ./test ~[bass]
|
||||||
./test ~[bass]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user