Skip to content

buildtool: functionalize, use incremental build #260

buildtool: functionalize, use incremental build

buildtool: functionalize, use incremental build #260

Workflow file for this run

name: ci-nojvm
on:
push:
paths:
- "**.m"
- "**.h"
- "**.cpp"
- ".github/workflows/ci-nojvm.yml"
- "!private/publish_gen_index_html.m"
- "!octave_build.m"
# avoid wasted runs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
NoJVM:
timeout-minutes: 15
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
release: [latest]
startup-options: ["-nojvm"]
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/composite-install-matlab
- name: Fortran FC
if: runner.os == 'macOS'
run: echo "FC=gfortran-14" >> $GITHUB_ENV
- uses: ./.github/workflows/composite-buildtool