Skip to content

try au build

try au build #75

Workflow file for this run

name: build
on:
push:
env:
HVCC_COMMIT_HASH: 4916103d25fa49930ca91117b7a6e3206a8484d8
CACHE_VERSION: 1
DEBIAN_FRONTEND: noninteractive
GIT_LFS_SKIP_SMUDGE: 1
jobs:
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
with:
target: ${{ matrix.target }}
hvcc: True
dpf_path: 'dep/dpf'