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 cmake and example-plugins CI steps on pull requests too
Signed-off-by: falkTX <falktx@falktx.com>
pull/403/head
falkTX
2 years ago
parent
95e66eba1b
commit
51290314da
2 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.github/workflows/cmake.yml
+5
-0
.github/workflows/example-plugins.yml
+ 5
- 0
.github/workflows/cmake.yml
View File
@@ -2,6 +2,11 @@ name: cmake
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
env:
BUILD_TYPE: Release
+ 5
- 0
.github/workflows/example-plugins.yml
View File
@@ -2,6 +2,11 @@ name: example-plugins
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
ubuntu-20-04:
Write
Preview
Loading…
Cancel
Save