Skip to content

Bump version to 0.2.0 #1

Bump version to 0.2.0

Bump version to 0.2.0 #1

Workflow file for this run

name: Build and test plugin
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
linux:
strategy:
matrix:
target:
- linux-arm64
- linux-armhf
- linux-i686
- linux-riscv64
- linux-x86_64
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
release: true

Check failure on line 27 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build and test plugin

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 27, Col: 9): Unexpected value 'release' .github/workflows/build.yml (Line: 43, Col: 9): Unexpected value 'release'

Check failure on line 27 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build and test plugin

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 27, Col: 9): Unexpected value 'release' .github/workflows/build.yml (Line: 43, Col: 9): Unexpected value 'release'
with:
target: ${{ matrix.target }}
macos:
strategy:
matrix:
target:
- macos-intel
- macos-universal
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
release: true
with:
target: ${{ matrix.target }}
windows:
strategy:
matrix:
target:
- win32
- win64
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
release: true
with:
target: ${{ matrix.target }}
pluginval:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
with:
target: pluginval
source:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
release: true
with:
target: source