Skip to content

Build

Build #15

Workflow file for this run

name: Build
on:
push:
paths:
- '**.4dm'
pull_request:
paths:
- '**.4dm'
workflow_dispatch:
jobs:
build:
strategy:

Check failure on line 13 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: 13, Col: 14): Unexpected value '' .github/workflows/build.yml (Line: 14, Col: 5): Unexpected value 'fail-fast'
fail-fast: false
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check out 4DPop
uses: actions/checkout@v4
with:
repository: vdelachaux/4DPop
path: Build/Components/4DPop.4dbase
outputDirectory: Components/4DPop.4dbase
- name: Build
uses: 4d/build4d-action@main
with:
product-line: vcs
version: vcs
build: official
token: ${{ secrets.DLTK }}