Skip to content

Remove font dependencies from CI for macOS #129

Remove font dependencies from CI for macOS

Remove font dependencies from CI for macOS #129

Workflow file for this run

name: Ubuntu
on: [push]
jobs:
build-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v1
- name: install-build-dependencies
run: sudo apt-get install libeigen3-dev
- name: submodule
run: git submodule update --init --recursive
- name: cmake
run: cmake . -DMATHTOOLBOX_BUILD_EXAMPLES=ON -DMATHTOOLBOX_PYTHON_BINDINGS=OFF
- name: make
run: make
- name: ctest
run: ctest