Skip to content

Build

Build #16

Workflow file for this run

name: Build
on:
push:
paths:
- '**.4dm'
pull_request:
paths:
- '**.4dm'
workflow_dispatch:
jobs:
build:
strategy:
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 }}