Skip to content

OpenFOAM development branches #117

OpenFOAM development branches

OpenFOAM development branches #117

name: OpenFOAM development branches
on:
schedule:
- cron: '0 6 * * 5'
workflow_dispatch:
inputs:
deps-kind:
type: choice
required: false
description: Bundle dependencies in this manner
options:
- ''
- standalone
- bundled
- homebrew
jobs:
openfoam-dev-branch:
strategy:
matrix:
build-os: [macos-14, macos-12]
openfoam-git-branch: [master, develop]
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
build-os: ${{ matrix.build-os }}
app-name: OpenFOAM-${{ matrix.openfoam-git-branch }}
app-version: ${{ matrix.openfoam-git-branch }}
openfoam-git-branch: ${{ matrix.openfoam-git-branch }}
deps-kind: ${{ inputs.deps-kind }}
use-cached: false
cache-build: false