Sha256: 30d5b055802f99ec760e45eba5e37d82aafecdae09ff2b592e4d39d7ab944461

Contents?: true

Size: 507 Bytes

Versions: 8

Compression:

Stored size: 507 Bytes

Contents

name: macos

on:
  push:
    branches:
      - master

  pull_request:
    branches:
      - master

jobs:
  build:
    runs-on: macos-latest

    steps:
      - uses: actions/checkout@v2

      - uses: actions/setup-ruby@v1
        with:
          ruby-version: 2.6

      - name: Install otfinfo
        run: brew install lcdf-typetools

      - name: Install bundler
        run: gem install bundler

      - name: Setup
        run: bin/setup

      - name: Run tests
        run: TEST_ENV=CI bin/rspec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fontist-1.7.3 .github/workflows/macosx.yml
fontist-1.7.2 .github/workflows/macosx.yml
fontist-1.7.1 .github/workflows/macosx.yml
fontist-1.7.0 .github/workflows/macosx.yml
fontist-1.6.0 .github/workflows/macosx.yml
fontist-1.5.1 .github/workflows/macosx.yml
fontist-1.5.0 .github/workflows/macosx.yml
fontist-1.4.0 .github/workflows/macosx.yml