Skip to content

Builds

Builds #2

Workflow file for this run

# Builds for different compilers, architectures and targets
name: Builds
on:
workflow_call:
workflow_dispatch:
merge_group:
concurrency:
group: builds_${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: X64
env:
machines: linux_gcc_x86_64
gcc: gcc-8.5.0
targets: all
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ./.github/actions/deps
- uses: dtolnay/[email protected]
- name: Start build
run: |

Check failure on line 28 in .github/workflows/builds.yml

View workflow run for this annotation

GitHub Actions / Builds

Invalid workflow file

The workflow is not valid. .github/workflows/builds.yml (Line: 28, Col: 14): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.
contrib/build.sh --no-deps \
--targets $targets --machines $machines \
--gcc-versions ${{ gcc || 'none --no-gcc' \
--clang-versions ${{ clang || 'none --no-clang'