Browse Source

More CI tweaks

Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX 1 year ago
parent
commit
fdccb45be7
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .github/workflows/dpf.yml

+ 5
- 0
.github/workflows/dpf.yml View File

@@ -23,6 +23,7 @@ jobs:
with: with:
target: ${{ matrix.target }} target: ${{ matrix.target }}
pawpaw: true pawpaw: true
release: false


macos: macos:
strategy: strategy:
@@ -37,10 +38,12 @@ jobs:
run: | run: |
mkdir -p dpf/utils mkdir -p dpf/utils
ln -s $(which ls) dpf/utils/package-osx-bundles.sh ln -s $(which ls) dpf/utils/package-osx-bundles.sh
touch carla-macOS.pkg
- uses: distrho/dpf-makefile-action@v1 - uses: distrho/dpf-makefile-action@v1
with: with:
target: ${{ matrix.target }} target: ${{ matrix.target }}
pawpaw: true pawpaw: true
release: false


windows: windows:
strategy: strategy:
@@ -55,6 +58,7 @@ jobs:
with: with:
target: ${{ matrix.target }} target: ${{ matrix.target }}
pawpaw: true pawpaw: true
release: false


# pluginval: # pluginval:
# runs-on: ubuntu-20.04 # runs-on: ubuntu-20.04
@@ -75,3 +79,4 @@ jobs:
- uses: distrho/dpf-makefile-action@v1 - uses: distrho/dpf-makefile-action@v1
with: with:
target: source target: source
release: false

Loading…
Cancel
Save