|
@@ -13,11 +13,11 @@ jobs: |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
target: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64] |
|
|
target: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64] |
|
|
runs-on: ubuntu-20.04 |
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
container: |
|
|
|
|
|
image: ubuntu:20.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
with: |
|
|
|
|
|
submodules: recursive |
|
|
|
|
|
- uses: distrho/dpf-makefile-action@v1 |
|
|
- uses: distrho/dpf-makefile-action@v1 |
|
|
with: |
|
|
with: |
|
|
target: ${{ matrix.target }} |
|
|
target: ${{ matrix.target }} |
|
@@ -29,8 +29,6 @@ jobs: |
|
|
runs-on: macos-13 |
|
|
runs-on: macos-13 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
with: |
|
|
|
|
|
submodules: recursive |
|
|
|
|
|
- uses: distrho/dpf-makefile-action@v1 |
|
|
- uses: distrho/dpf-makefile-action@v1 |
|
|
with: |
|
|
with: |
|
|
target: ${{ matrix.target }} |
|
|
target: ${{ matrix.target }} |
|
@@ -39,22 +37,18 @@ jobs: |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
target: [win32, win64] |
|
|
target: [win32, win64] |
|
|
runs-on: ubuntu-20.04 |
|
|
|
|
|
|
|
|
runs-on: ubuntu-24.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
with: |
|
|
|
|
|
submodules: recursive |
|
|
|
|
|
- uses: distrho/dpf-makefile-action@v1 |
|
|
- uses: distrho/dpf-makefile-action@v1 |
|
|
with: |
|
|
with: |
|
|
target: ${{ matrix.target }} |
|
|
target: ${{ matrix.target }} |
|
|
pawpaw: true |
|
|
pawpaw: true |
|
|
|
|
|
|
|
|
pluginval: |
|
|
pluginval: |
|
|
runs-on: ubuntu-20.04 |
|
|
|
|
|
|
|
|
runs-on: ubuntu-24.04 |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
with: |
|
|
|
|
|
submodules: recursive |
|
|
|
|
|
- uses: distrho/dpf-makefile-action@v1 |
|
|
- uses: distrho/dpf-makefile-action@v1 |
|
|
with: |
|
|
with: |
|
|
target: pluginval |
|
|
target: pluginval |