Sha256: bd324a15b6d6137245f788d9239f68ee20b3ad085ee299d28a8881b0877a76c9

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

# Auto-generated by Cimas: Do not edit it manually!
# See https://github.com/metanorma/cimas
name: macos

on:
  push:
    branches: [ master ]
  pull_request:

jobs:
  test-macos:
    name: Test on Ruby ${{ matrix.ruby }} macOS
    runs-on: macos-latest
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.6', '2.5', '2.4' ]
    steps:
      - uses: actions/checkout@master
      - name: Use Ruby
        uses: actions/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
          architecture: 'x64'
      - uses: actions/setup-node@v1
        with:
          node-version: '10.x'
      - name: Install LaTeXML
        run: |
          brew install libxml2 cpanminus
          env PATH=$(brew --prefix libxml2)/bin:$PATH \
            cpanm --notest XML::LibXSLT@1.96 git://github.com/brucemiller/LaTeXML.git@9a0e7dc5
      - name: Install PlantUML
        run: |
          brew install plantuml
      - name: Install puppeteer
        run: |
          npm -g i puppeteer
      - name: Update gems
        run: |
          sudo gem install bundler --force
          bundle install --jobs 4 --retry 3
      - name: Run specs
        run: |
          env PATH=$(brew --prefix perl)/bin:$PATH bundle exec rake

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
metanorma-standoc-1.3.28 .github/workflows/macos.yml
metanorma-standoc-1.3.27 .github/workflows/macos.yml
metanorma-standoc-1.3.26 .github/workflows/macos.yml
metanorma-standoc-1.3.25 .github/workflows/macos.yml