Skip to content

try to install hvcc via dpf-makefile-action #243

try to install hvcc via dpf-makefile-action

try to install hvcc via dpf-makefile-action #243

Workflow file for this run

name: build
on:
push:
repository_dispatch:
types: [nightly]
env:
HVCC_COMMIT_HASH: "${{ github.event.client_payload.nightly && github.event.client_payload.branch || 89446f737e2b8bc7794fbdd4de2dcce2cb43c874 }}"

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

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 9, Col: 21): Unexpected symbol: '89446f737e2b8bc7794fbdd4de2dcce2cb43c874'. Located at position 78 within expression: github.event.client_payload.nightly && github.event.client_payload.branch || 89446f737e2b8bc7794fbdd4de2dcce2cb43c874
CACHE_VERSION: 1
jobs:
linux:
strategy:
matrix:
target: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64]
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install -U pip
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
hvcc: True
windows:
strategy:
matrix:
target: [win32, win64]
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install -U pip
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
hvcc: True
macos:
strategy:
matrix:
target: [macos-intel, macos-universal]
runs-on: macos-12
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install -U pip
- uses: distrho/dpf-makefile-action@v1
with:
target: ${{ matrix.target }}
hvcc: True
pluginval:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: python -m pip install -U pip
- uses: distrho/dpf-makefile-action@v1
with:
target: pluginval
hvcc: True
source:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: distrho/dpf-makefile-action@v1
with:
target: source