Skip to content

Testing

Testing #110

Workflow file for this run

name: CI
# Trigger the workflow on push or pull request
on: [ push, pull_request ]
jobs:
# ------------------------------
# Test the building of documentation
build-doc-macOS:
name: "Build doc"
runs-on: macos-14
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Install dependencies
shell: bash
run: |
ls /usr/local/texlive/ || true
ls /opt/ || true
sudo brew install -v mactex-no-gui || true
ls ~/Library/Logs/Homebrew/ || true
ls /usr/local/texlive/ || true
ls /opt/ || true