Skip to content

Commit e2c05d1

Browse files
committed
New Linux meson CI
1 parent fe10f24 commit e2c05d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
run: gcc -o cavacore_test cavacore_test.o src/cava-cavacore.o -lm -lfftw3
4343
- name: run cavacore test application
4444
run: ./cavacore_test
45-
4645
build-linux-meson:
4746
runs-on: ubuntu-latest
4847
steps:
@@ -55,7 +54,7 @@ jobs:
5554
run: meson setup -Dcpp_std=c++20 build
5655
- name: Run make
5756
run: ninja -C build
58-
- name: Prepare tests
57+
- name: Prepare tests
5958
run: |
6059
pulseaudio -D
6160
squeezelite -o pulse -v -m 51:fb:32:f8:e6:9f -z
@@ -73,6 +72,7 @@ jobs:
7372
run: gcc -o cavacore_test cavacore_test.o src/cava-cavacore.o -lm -lfftw3
7473
- name: run cavacore test application
7574
run: ./cavacore_test
75+
7676
build-macos:
7777
runs-on: macos-latest
7878
steps:

0 commit comments

Comments
 (0)