Sha256: 67cb021a5925587100bf17cedc5026d4cfeba532274e2fe5992eaf2d9333dc7b
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
metanorma-standoc-1.3.24 | .github/workflows/macos.yml |