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
Add DGL_USE_OPENGL3 build test to CI
Signed-off-by: falkTX <falktx@falktx.com>
pull/316/head
falkTX
3 years ago
parent
23ac1c2e91
commit
0f0ab3588d
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.github/workflows/makefile.yml
+ 7
- 0
.github/workflows/makefile.yml
View File
@@ -55,6 +55,13 @@ jobs:
run: |
make clean >/dev/null
make -j $(nproc)
- name: With OpenGL 3.x
env:
CFLAGS: -Werror
CXXFLAGS: -Werror -DDGL_USE_OPENGL3
run: |
make clean >/dev/null
make -j $(nproc)
- name: Without Cairo
env:
CFLAGS: -Werror
Write
Preview
Loading…
Cancel
Save