We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe10f24 commit e2c05d1Copy full SHA for e2c05d1
.github/workflows/build-and-test.yml
@@ -42,7 +42,6 @@ jobs:
42
run: gcc -o cavacore_test cavacore_test.o src/cava-cavacore.o -lm -lfftw3
43
- name: run cavacore test application
44
run: ./cavacore_test
45
-
46
build-linux-meson:
47
runs-on: ubuntu-latest
48
steps:
@@ -55,7 +54,7 @@ jobs:
55
54
run: meson setup -Dcpp_std=c++20 build
56
- name: Run make
57
run: ninja -C build
58
- - name: Prepare tests
+ - name: Prepare tests
59
run: |
60
pulseaudio -D
61
squeezelite -o pulse -v -m 51:fb:32:f8:e6:9f -z
@@ -73,6 +72,7 @@ jobs:
73
72
74
75
+
76
build-macos:
77
runs-on: macos-latest
78
0 commit comments