Sha256: a7719d13a5e27c3840392d3c0fd30d7edbc629482bbee60fc4828f87aa013a72
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# Auto-generated !!! Do not edit it manually # use ci-master https://github.com/metanorma/metanorma-build-scripts name: macos on: [push, 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: | # https://github.com/Homebrew/homebrew-core/issues/44950 curl -L https://cpanmin.us | perl - --sudo App::cpanminus env PATH=$(brew --prefix perl)/bin:$PATH cpanm --sudo --notest LaTeXML@0.8.4 - 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metanorma-standoc-1.3.13 | .github/workflows/macos.yml |
metanorma-standoc-1.3.12 | .github/workflows/macos.yml |