Skip to content

feedback on Mex compiler and detect #152

feedback on Mex compiler and detect

feedback on Mex compiler and detect #152

Workflow file for this run

name: ci-nojvm
on:
push:
paths:
- "**.m"
- ".github/workflows/ci-nojvm.yml"
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
# fixes `GLIBCXX_3.4.32' not found on run
- name: g++-10 for Linux
if: runner.os == 'Linux'
run: |
echo "CXX=g++-10" >> $GITHUB_ENV
echo "CC=gcc-10" >> $GITHUB_ENV
- uses: ./.github/workflows/composite-install-matlab
- uses: ./.github/workflows/composite-buildtool