More CI tweaks

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-23 23:19:48 +02:00
parent 360cfaaefc
commit fdccb45be7
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
with:
target: ${{ matrix.target }}
pawpaw: true
release: false
macos:
strategy:
@ -37,10 +38,12 @@ jobs:
run: |
mkdir -p dpf/utils
ln -s $(which ls) dpf/utils/package-osx-bundles.sh
touch carla-macOS.pkg
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
pawpaw: true
release: false
windows:
strategy:
@ -55,6 +58,7 @@ jobs:
with:
target: ${{ matrix.target }}
pawpaw: true
release: false
# pluginval:
# runs-on: ubuntu-20.04
@ -75,3 +79,4 @@ jobs:
- uses: distrho/dpf-makefile-action@v1
with:
target: source
release: false