This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Run DPF tests in CI
Signed-off-by: falkTX <falktx@falktx.com>
pull/309/head
falkTX
3 years ago
parent
edbc8e49cf
commit
28b10ab2f8
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
.github/workflows/makefile.yml
+ 7
- 1
.github/workflows/makefile.yml
View File
@@ -19,7 +19,7 @@ jobs:
submodules: recursive
- name: Set up dependencies
run: |
sudo apt-get install -yq libasound2-dev libgl1-mesa-dev liblo-dev libpulse-dev
sudo apt-get install -yq libasound2-dev libgl1-mesa-dev liblo-dev libpulse-dev
xvfb
- name: Without any warnings
env:
CFLAGS: -Werror
@@ -27,6 +27,12 @@ jobs:
run: |
make clean >/dev/null
make -j $(nproc)
- name: Run tests
env:
CFLAGS: -Werror
CXXFLAGS: -Werror
run: |
xvfb-run make -C tests run
- name: As C++98 mode
env:
CFLAGS: -Werror
Write
Preview
Loading…
Cancel
Save